mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: ESLint
This commit is contained in:
parent
bb0ab289b9
commit
676d585abb
@ -102,7 +102,7 @@ export default Ember.Component.extend({
|
|||||||
.off("selectionchange.quote-button");
|
.off("selectionchange.quote-button");
|
||||||
},
|
},
|
||||||
|
|
||||||
click(e) {
|
click() {
|
||||||
this.sendAction("selectText");
|
this.sendAction("selectText");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user