FIX: prevents quote shortcut key to show in composer before quote (#7177)

This commit is contained in:
Joffrey JAFFEUX
2019-03-15 12:01:38 +01:00
committed by GitHub
parent 6327f36bfd
commit e711d3cb3a

View File

@ -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() {