From c9792dde5eff0a4bab061afe348b4eb3b58876a0 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 28 Dec 2016 16:48:14 +0300 Subject: [PATCH] [PE mobile] Fixed co-authtoring view. --- apps/presentationeditor/mobile/app/controller/Main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/presentationeditor/mobile/app/controller/Main.js b/apps/presentationeditor/mobile/app/controller/Main.js index d727dee44..a23cee06a 100644 --- a/apps/presentationeditor/mobile/app/controller/Main.js +++ b/apps/presentationeditor/mobile/app/controller/Main.js @@ -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 {