mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:06:26 +08: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…
Reference in New Issue
Block a user