mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 18:46:36 +00:00
@@ -350,8 +350,8 @@ onMounted(async () => {
|
||||
// todo: replace setTimeout and follow better approach
|
||||
setTimeout(() => {
|
||||
const input = form.value?.$el?.querySelector('input[type=text]')
|
||||
input.setSelectionRange(0, formState.value.title.length)
|
||||
input.focus()
|
||||
input?.setSelectionRange(0, formState.value.title.length)
|
||||
input?.focus()
|
||||
}, 500)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user