We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06de27a commit 0ddffa7Copy full SHA for 0ddffa7
ui/arduino/views/components/new-file-dialog.js
@@ -65,7 +65,7 @@ function NewFileDialog(state, emit) {
65
`
66
67
if (state.isNewFileDialogOpen) {
68
- const el = newFileDialog.querySelector('#dialog-new-file .dialog-contents > input')
+ const el = newFileDialog.querySelector('#dialog-new-file .dialog-content > input')
69
if (el) {
70
el.focus()
71
}
0 commit comments