mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Merge pull request 'Fix bug 76359' (#959) from fix/bug76359 into release/v9.3.0
This commit is contained in:
@ -963,7 +963,7 @@ define([
|
||||
|
||||
if (!this.isShowOpenDialog) {
|
||||
this.api.asc_enableKeyEvents(false);
|
||||
this.loadMask.show();
|
||||
this.loadMask.show(action.id === Asc.c_oAscAsyncAction['Open']);
|
||||
}
|
||||
} else {
|
||||
this.getApplication().getController('Statusbar').setStatusCaption(text, force, 0, statusCallback);
|
||||
|
||||
Reference in New Issue
Block a user