mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 22:57:23 +00:00
fix: refactor cells
This commit is contained in:
@@ -79,9 +79,7 @@ function onKeyDown(e: any) {
|
||||
|
||||
onMounted(() => {
|
||||
if (isCanvasInjected && !isExpandedFormOpen.value && !isEditColumn.value && !isForm.value) {
|
||||
forcedNextTick(() => {
|
||||
inputRef.value?.focus()
|
||||
})
|
||||
inputRef.value?.focus()
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user