mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 21:39:24 +08:00
FIX: Make sure we clean quoteState when destroying quoteButton.
This commit is contained in:
parent
dd4cab3be2
commit
55013be19f
@ -164,6 +164,8 @@ export default Ember.Component.extend({
|
||||
.off("touchstart.quote-button")
|
||||
.off("touchend.quote-button")
|
||||
.off("selectionchange");
|
||||
|
||||
this.sendAction('deselectText');
|
||||
},
|
||||
|
||||
click(e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user