mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 04:07:27 +00:00
FIX: Keyboard shortcut to quote reply selecting wrong post.
This commit is contained in:
parent
1ff5ed4e08
commit
f60a53762f
@ -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…
x
Reference in New Issue
Block a user