mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00: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…
x
Reference in New Issue
Block a user