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

@@ -448,12 +448,10 @@ const currentDate = ($event) => {
}
onMounted(() => {
forcedNextTick(() => {
if (isGrid.value && isCanvasInjected && !isExpandedForm.value && !isEditColumn.value && !isUnderLookup.value) {
isDatePicker.value = true
open.value = true
}
})
if (isGrid.value && isCanvasInjected && !isExpandedForm.value && !isEditColumn.value && !isUnderLookup.value) {
isDatePicker.value = true
open.value = true
}
})
</script>