mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 12:37:25 +00:00
fix: refactor cells
This commit is contained in:
@@ -38,9 +38,7 @@ const textareaValue = computed({
|
||||
|
||||
onMounted(() => {
|
||||
if (isCanvasInjected && !isUnderLookup.value && !isExpandedFormOpen.value && !isEditColumn.value && !isForm.value) {
|
||||
forcedNextTick(() => {
|
||||
inputRef.value?.focus()
|
||||
})
|
||||
inputRef.value?.focus()
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user