corrected notifier placement

This commit is contained in:
Zuzanna 2025-11-19 11:11:09 +01:00 committed by wginolas
parent d30d829434
commit 71b5d5084d

View File

@ -930,6 +930,7 @@ define([
ooChannel.send(obj.data.msg);
ooChannel.lastHash = obj.data.hash;
ooChannel.cpIndex++;
common.notify();
} else {
ooChannel.queue.push(obj.data);
}
@ -1458,7 +1459,6 @@ define([
}
debug(obj, 'toOOClient');
common.notify();
APP.docEditor.sendMessageToOO(obj);
if (obj && obj.type === "saveChanges") {
evIntegrationSave.fire();