This commit is contained in:
KMY 2024-02-01 12:15:55 +09:00
parent 92ef42d697
commit e3fa1728a9
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ jobs:
if: failure() if: failure()
with: with:
name: e2e-screenshots name: e2e-screenshots
path: tmp/screenshots/ path: tmp/capybara/
test-search: test-search:
name: Elastic Search integration testing name: Elastic Search integration testing

View file

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