correction from review
This commit is contained in:
parent
c79603d7fa
commit
b182a08ca2
5 changed files with 76 additions and 42 deletions
|
@ -193,8 +193,6 @@ class IframeListener {
|
|||
this._unregisterMenuCommandStream.next(data);
|
||||
})
|
||||
handleMenuItemRegistrationEvent(payload.data)
|
||||
} else if (payload.type == "registerMenuCommand" && isMenuItemRegisterEvent(payload.data)) {
|
||||
this._registerMenuCommandStream.next(payload.data.menutItem)
|
||||
} else if (payload.type == "changeTile" && isChangeTileEvent(payload.data)) {
|
||||
this._changeTileStream.next(payload.data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue