mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
Fix onlyoffice out of sync with integration API #1671
This commit is contained in:
parent
a21d281d18
commit
421ea5dbfa
@ -2671,6 +2671,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