mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
corrected notifier placement
This commit is contained in:
parent
d30d829434
commit
71b5d5084d
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user