mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix onlyoffice out of sync with integration API
This commit is contained in:
parent
1b04232b55
commit
66047fed03
@ -2684,6 +2684,7 @@ define([
|
||||
};
|
||||
*/
|
||||
var loadOnlyOffice = function () {
|
||||
if (store.onlyoffice) { return; }
|
||||
store.onlyoffice = OnlyOffice.init(store, function (ev, data, clients) {
|
||||
clients.forEach(function (cId) {
|
||||
postMessage(cId, 'OO_EVENT', {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user