mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 05:53:38 +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() {
|
quoteReply() {
|
||||||
this._replyToPost();
|
this.sendToSelectedPost("replyToPost");
|
||||||
// lazy but should work for now
|
// lazy but should work for now
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$('.d-editor .quote').click();
|
$('.d-editor .quote').click();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user