mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 18:46:50 +00:00
fix: double click multi select and single selct
This commit is contained in:
@@ -323,6 +323,9 @@ const isUnderLookup = inject(IsUnderLookupInj, ref(false))
|
||||
onMounted(() => {
|
||||
if (isGrid.value && isCanvasInjected && !isExpandedForm.value && !isEditColumn.value && !isUnderLookup.value) {
|
||||
isOpen.value = true
|
||||
forcedNextTick(() => {
|
||||
isOpen.value = true
|
||||
})
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user