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("touchstart.quote-button")
|
||||||
.off("touchend.quote-button")
|
.off("touchend.quote-button")
|
||||||
.off("selectionchange");
|
.off("selectionchange");
|
||||||
|
|
||||||
|
this.sendAction('deselectText');
|
||||||
},
|
},
|
||||||
|
|
||||||
click(e) {
|
click(e) {
|
||||||
|
|
Loading…
Reference in New Issue