mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
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();
|
$('.topic-post.selected button.create').click();
|
||||||
// lazy but should work for now
|
// lazy but should work for now
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$('#wmd-quote-post').click();
|
$('.wmd-quote-post').click();
|
||||||
}, 500);
|
}, 500);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user