mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 19:17:04 +00:00
fix: refactor cells
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user