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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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