[PE mobile] Fixed co-authtoring view.
This commit is contained in:
parent
993017e082
commit
c9792dde5e
|
@ -398,6 +398,9 @@ define([
|
||||||
}
|
}
|
||||||
|
|
||||||
if (action.type == Asc.c_oAscAsyncActionType['BlockInteraction']) {
|
if (action.type == Asc.c_oAscAsyncActionType['BlockInteraction']) {
|
||||||
|
if (action.id == Asc.c_oAscAsyncAction['ApplyChanges'] || action.id == Asc.c_oAscAsyncAction['LoadDocumentFonts']) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (me.loadMask && $(me.loadMask).hasClass('modal-in')) {
|
if (me.loadMask && $(me.loadMask).hasClass('modal-in')) {
|
||||||
$$(me.loadMask).find('.modal-title').text(title);
|
$$(me.loadMask).find('.modal-title').text(title);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue