FIX: prevents quote shortcut key to show in composer before quote (#7177)
This commit is contained in:
parent
6327f36bfd
commit
e711d3cb3a
|
@ -140,6 +140,8 @@ export default {
|
|||
this.sendToSelectedPost("replyToPost");
|
||||
// lazy but should work for now
|
||||
Ember.run.later(() => $(".d-editor .quote").click(), 500);
|
||||
|
||||
return false;
|
||||
},
|
||||
|
||||
goToFirstSuggestedTopic() {
|
||||
|
|
Loading…
Reference in New Issue