[SSE mobile] Fix bug 43876

This commit is contained in:
Julia Svinareva 2019-12-16 15:45:10 +03:00
parent 700add7047
commit 91434ae5a5

View file

@ -267,7 +267,7 @@ define([
if ( hide ) {
this.sheets.length == 1 ?
uiApp.alert(this.errorLastSheet) :
this.api['asc_hideWorksheet'](index);
this.api['asc_hideWorksheet']([index]);
} else {
this.api['asc_showWorksheet'](index);
// this.loadTabColor(index);