[SSE mobile] Fix bug 43876
This commit is contained in:
parent
700add7047
commit
91434ae5a5
|
@ -267,7 +267,7 @@ define([
|
||||||
if ( hide ) {
|
if ( hide ) {
|
||||||
this.sheets.length == 1 ?
|
this.sheets.length == 1 ?
|
||||||
uiApp.alert(this.errorLastSheet) :
|
uiApp.alert(this.errorLastSheet) :
|
||||||
this.api['asc_hideWorksheet'](index);
|
this.api['asc_hideWorksheet']([index]);
|
||||||
} else {
|
} else {
|
||||||
this.api['asc_showWorksheet'](index);
|
this.api['asc_showWorksheet'](index);
|
||||||
// this.loadTabColor(index);
|
// this.loadTabColor(index);
|
||||||
|
|
Loading…
Reference in a new issue