Merge remote-tracking branch 'parent/main' into upstream-20240206

This commit is contained in:
KMY 2024-02-06 09:05:42 +09:00
commit 507e9641c1
2 changed files with 2 additions and 4 deletions

View file

@ -468,7 +468,7 @@ class UI extends PureComponent {
handleHotkeyNew = e => {
e.preventDefault();
const element = this.node.querySelector('.compose-form__scrollable textarea');
const element = this.node.querySelector('.compose-form__scrollable .autosuggest-textarea__textarea');
if (element) {
element.focus();