Merge pull request #3870 from tgxworld/fix_quote_reply
FIX: 'q' keyboard shortcut not working.
This commit is contained in:
commit
d49ea33465
|
@ -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);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue