[SSE mobile] load worksheets tabs on app launch
This commit is contained in:
parent
abdb11649a
commit
14d9de319f
|
@ -284,6 +284,7 @@ define([
|
|||
|
||||
if (type === Asc.c_oAscAsyncActionType.BlockInteraction && id == Asc.c_oAscAsyncAction.Open) {
|
||||
Common.Gateway.internalMessage('documentReady', {});
|
||||
Common.NotificationCenter.trigger('document:ready');
|
||||
me.onDocumentContentReady();
|
||||
}
|
||||
|
||||
|
|
|
@ -88,6 +88,7 @@ define([
|
|||
});
|
||||
|
||||
// this.bindViewEvents(this.statusbar, this.events);
|
||||
Common.NotificationCenter.on('document:ready', this.onApiSheetsChanged.bind(this));
|
||||
},
|
||||
|
||||
setApi: function(api) {
|
||||
|
|
Loading…
Reference in a new issue