mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 08:44:40 +08:00
FIX: prevents quote shortcut key to show in composer before quote (#7177)
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user