mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Koenig - Fix plus menu teardown but
no issue - fixed typo that was throwing an error on `willDestroyElement` of `{{koenig-plus-menu}}`
This commit is contained in:
parent
d7506a53eb
commit
2ca441438d
@ -62,7 +62,7 @@ export default Component.extend({
|
||||
this._super(...arguments);
|
||||
run.cancel(this._throttleResize);
|
||||
window.removeEventListener('mousedown', this._onWindowMousedownHandler);
|
||||
window.removeEventListener('resize', this.this._onResizeHandler);
|
||||
window.removeEventListener('resize', this._onResizeHandler);
|
||||
},
|
||||
|
||||
actions: {
|
||||
|
Loading…
Reference in New Issue
Block a user