Fix tabs
This commit is contained in:
parent
55222b8b94
commit
c7edda0ffb
|
@ -304,8 +304,8 @@
|
||||||
if ( msg.type === "onExternalPluginMessage" ) {
|
if ( msg.type === "onExternalPluginMessage" ) {
|
||||||
_sendCommand(msg);
|
_sendCommand(msg);
|
||||||
} else if (msg.type === "onExternalPluginMessageCallback") {
|
} else if (msg.type === "onExternalPluginMessageCallback") {
|
||||||
postMessage(window.parent, msg);
|
postMessage(window.parent, msg);
|
||||||
} else
|
} else
|
||||||
if ( msg.frameEditorId == placeholderId ) {
|
if ( msg.frameEditorId == placeholderId ) {
|
||||||
var events = _config.events || {},
|
var events = _config.events || {},
|
||||||
handler = events[msg.event],
|
handler = events[msg.event],
|
||||||
|
|
Loading…
Reference in a new issue