mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 22:06:46 +08:00
Merge pull request #3870 from tgxworld/fix_quote_reply
FIX: 'q' keyboard shortcut not working.
This commit is contained in:
@ -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);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user