[SSE] Create new view

This commit is contained in:
Julia Radzhabova 2020-07-10 11:43:31 +03:00
parent 205094da86
commit e0dc3ed7a3

View file

@ -163,7 +163,7 @@ define([
}, },
onCreateView: function(item) { onCreateView: function(item) {
this.api && this.api.asc_addNamedSheetView(); this.api && this.api.asc_addNamedSheetView(null, true);
}, },
// onWorksheetLocked: function(index,locked) { // onWorksheetLocked: function(index,locked) {