FIX: Keyboard shortcut to quote reply selecting wrong post.

This commit is contained in:
Guo Xiang Tan 2015-12-14 20:06:38 +08:00
parent 1ff5ed4e08
commit f60a53762f

View File

@ -97,7 +97,7 @@ export default {
},
quoteReply() {
this._replyToPost();
this.sendToSelectedPost("replyToPost");
// lazy but should work for now
setTimeout(function() {
$('.d-editor .quote').click();