[SSE] Fix Bug 41259

This commit is contained in:
Julia Radzhabova 2019-04-16 16:26:05 +03:00
parent 20b5268661
commit 9c3b421432

View file

@ -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}%',