send message to frameEditor (for plugins only)
This commit is contained in:
parent
7a52154c64
commit
ed73200c1a
|
@ -269,6 +269,11 @@
|
|||
if (msg.event === 'onInternalMessage' && msg.data && msg.data.type == 'localstorage') {
|
||||
_callLocalStorage(msg.data.data);
|
||||
} else {
|
||||
if (msg.type === "onExternalPluginMessage") {
|
||||
_sendCommand(msg);
|
||||
return;
|
||||
}
|
||||
|
||||
if (msg.event === 'onReady') {
|
||||
_onReady();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue