Commit 14d9de31 authored by Maxim Kadushkin's avatar Maxim Kadushkin

[SSE mobile] load worksheets tabs on app launch

parent abdb1164
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment