mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-19 22:22:53 -05:00
[Glitch] Fix 'focus the compose textarea' shortcut is not working
Port 3c315a68afdb3b6ea1bc66b66bc7dcd49a335a08 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
cce3f3d6da
commit
3894674200
@ -483,7 +483,7 @@ class UI extends PureComponent {
|
||||
handleHotkeyNew = e => {
|
||||
e.preventDefault();
|
||||
|
||||
const element = this.node.querySelector('.compose-form__autosuggest-wrapper textarea');
|
||||
const element = this.node.querySelector('.autosuggest-textarea__textarea');
|
||||
|
||||
if (element) {
|
||||
element.focus();
|
||||
|
Loading…
x
Reference in New Issue
Block a user