fix: refactor cells

This commit is contained in:
DarkPhoenix2704
2025-02-17 13:11:15 +00:00
parent 973f2fb35c
commit c23cb20a80
28 changed files with 100 additions and 97 deletions

View File

@@ -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>