Skip to content

Commit 0ddffa7

Browse files
committed
Fixed query selector typo.
Signed-off-by: ubi de feo <[email protected]>
1 parent 06de27a commit 0ddffa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/arduino/views/components/new-file-dialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function NewFileDialog(state, emit) {
6565
`
6666

6767
if (state.isNewFileDialogOpen) {
68-
const el = newFileDialog.querySelector('#dialog-new-file .dialog-contents > input')
68+
const el = newFileDialog.querySelector('#dialog-new-file .dialog-content > input')
6969
if (el) {
7070
el.focus()
7171
}

0 commit comments

Comments
 (0)