Realtime spreadsheets

This commit is contained in:
yflory
2019-01-15 17:54:43 +01:00
parent c5f554fe7b
commit 8dbeee1af9
5 changed files with 224 additions and 81 deletions

View File

@@ -932,7 +932,7 @@ define([
Store.onlyoffice = {
execCommand: function (clientId, data, cb) {
if (!store.onlyoffice) { return void cb({error: 'OnlyOffice is disabled'}); }
store.onlyoffice.execCommand(data, cb);
store.onlyoffice.execCommand(clientId, data, cb);
}
};