Commit c9792dde authored by Julia Radzhabova's avatar Julia Radzhabova

[PE mobile] Fixed co-authtoring view.

parent 993017e0
......@@ -398,6 +398,9 @@ define([
}
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')) {
$$(me.loadMask).find('.modal-title').text(title);
} else {
......
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