mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
FIX: Typo in teardown of d-editor
This commit is contained in:
parent
0428bacfa9
commit
f8ff6fc0b5
@ -34,7 +34,7 @@ export default Ember.Component.extend({
|
||||
});
|
||||
},
|
||||
|
||||
@on('willDestoryElement')
|
||||
@on('willDestroyElement')
|
||||
_stopListening() {
|
||||
this.$().off('keydown.d-modal');
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user