[SSE] Fix Bug 41259
This commit is contained in:
parent
20b5268661
commit
9c3b421432
|
@ -630,7 +630,10 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onApiActiveSheetChanged: function (index) {
|
onApiActiveSheetChanged: function (index) {
|
||||||
this.statusbar.tabMenu.hide();
|
var me = this;
|
||||||
|
setTimeout(function() {
|
||||||
|
me.statusbar.tabMenu.hide();
|
||||||
|
}, 10);
|
||||||
},
|
},
|
||||||
|
|
||||||
zoomText : 'Zoom {0}%',
|
zoomText : 'Zoom {0}%',
|
||||||
|
|
Loading…
Reference in a new issue