mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
FIX: 'q' keyboard shortcut not working.
This commit is contained in:
parent
2b64ccb98c
commit
25161eef39
@ -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…
x
Reference in New Issue
Block a user