[SSE] Fix Bug 41285, Bug 41259
This commit is contained in:
parent
82c59a812e
commit
5d583d4ee8
|
@ -325,6 +325,10 @@ define([
|
||||||
} else {
|
} else {
|
||||||
this.api['asc_showWorksheet'](index);
|
this.api['asc_showWorksheet'](index);
|
||||||
this.loadTabColor(index);
|
this.loadTabColor(index);
|
||||||
|
var me = this;
|
||||||
|
setTimeout(function(){
|
||||||
|
me.statusbar.tabMenu.hide();
|
||||||
|
}, 1);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -630,10 +634,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onApiActiveSheetChanged: function (index) {
|
onApiActiveSheetChanged: function (index) {
|
||||||
var me = this;
|
this.statusbar.tabMenu.hide();
|
||||||
setTimeout(function() {
|
|
||||||
me.statusbar.tabMenu.hide();
|
|
||||||
}, 10);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
zoomText : 'Zoom {0}%',
|
zoomText : 'Zoom {0}%',
|
||||||
|
|
Loading…
Reference in a new issue