mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Keyboard shortcut to quote reply selecting wrong post.
This commit is contained in:
parent
1ff5ed4e08
commit
f60a53762f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export default {
|
|||
},
|
||||
|
||||
quoteReply() {
|
||||
this._replyToPost();
|
||||
this.sendToSelectedPost("replyToPost");
|
||||
// lazy but should work for now
|
||||
setTimeout(function() {
|
||||
$('.d-editor .quote').click();
|
||||
|
|
Loading…
Reference in a new issue