mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[DE] Fix Bug 51752
This commit is contained in:
@ -962,7 +962,7 @@ define([
|
||||
this.loadMask.setTitle(title);
|
||||
|
||||
if (!this.isShowOpenDialog)
|
||||
this.loadMask.show(action.id===Asc.c_oAscAsyncAction['Open']);
|
||||
this.loadMask.show(action.id===Asc.c_oAscAsyncAction['Open'] || action.id===Asc.c_oAscAsyncAction['MailMergeLoadFile']);
|
||||
} else {
|
||||
this.getApplication().getController('Statusbar').setStatusCaption(text, force);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user