mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 17:57:05 +00:00
fix: bug fixes
This commit is contained in:
@@ -446,9 +446,10 @@ const currentDate = ($event) => {
|
||||
emit('currentDate', $event)
|
||||
}
|
||||
|
||||
const isUnderLookup = inject(IsUnderLookupInj, ref(false))
|
||||
onMounted(() => {
|
||||
forcedNextTick(() => {
|
||||
if (isGrid.value && isCanvasInjected && !isExpandedForm.value && !isEditColumn.value) {
|
||||
if (isGrid.value && isCanvasInjected && !isExpandedForm.value && !isEditColumn.value && !isUnderLookup.value) {
|
||||
isDatePicker.value = true
|
||||
open.value = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user