mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Merge pull request #490 from ONLYOFFICE/fix/bug-fix
[SSE] Fix bug 46367
This commit is contained in:
@ -268,6 +268,7 @@ define([
|
||||
}
|
||||
newNames.push(name);
|
||||
});
|
||||
var index = _.isNumber(index) ? index : this.api.asc_getWorksheetsCount();
|
||||
this.api.asc_EndMoveSheet(index, newNames, _.findWhere(arrData, {type: 'onlyoffice'}).value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user