mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
unbind div-resizing event
This commit is contained in:
@@ -149,7 +149,7 @@ export default Ember.Component.extend({
|
||||
_unbindEvents() {
|
||||
this.$(window).off("resize");
|
||||
$modal.off("click");
|
||||
Ember.$("#reply-control").off("div-resized");
|
||||
Ember.$("#reply-control").off("div-resizing");
|
||||
},
|
||||
|
||||
_filterEmojisList() {
|
||||
|
||||
Reference in New Issue
Block a user