This commit is contained in:
Oleg Korshul 2020-11-12 18:56:25 +03:00
parent 55222b8b94
commit c7edda0ffb

View file

@ -304,8 +304,8 @@
if ( msg.type === "onExternalPluginMessage" ) {
_sendCommand(msg);
} else if (msg.type === "onExternalPluginMessageCallback") {
postMessage(window.parent, msg);
} else
postMessage(window.parent, msg);
} else
if ( msg.frameEditorId == placeholderId ) {
var events = _config.events || {},
handler = events[msg.event],