mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:43:36 +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…
Reference in New Issue
Block a user