mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 21:16:57 +08:00
send message to frameEditor (for plugins only)
This commit is contained in:
@ -268,7 +268,12 @@
|
||||
} else
|
||||
if (msg.event === 'onInternalMessage' && msg.data && msg.data.type == 'localstorage') {
|
||||
_callLocalStorage(msg.data.data);
|
||||
} else {
|
||||
} else {
|
||||
if (msg.type === "onExternalPluginMessage") {
|
||||
_sendCommand(msg);
|
||||
return;
|
||||
}
|
||||
|
||||
if (msg.event === 'onReady') {
|
||||
_onReady();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user