1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01: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:
Kevin Ansfield 2018-02-01 18:29:33 +01:00
parent 60a1a781e7
commit e0b9b1805f

View file

@ -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: {