FIX: 'q' keyboard shortcut not working.

This commit is contained in:
Guo Xiang Tan 2015-10-24 23:57:55 +08:00
parent 2b64ccb98c
commit 25161eef39

View File

@ -99,7 +99,7 @@ export default {
$('.topic-post.selected button.create').click();
// lazy but should work for now
setTimeout(function() {
$('#wmd-quote-post').click();
$('.wmd-quote-post').click();
}, 500);
},