mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 21:26:47 +00:00
Merge branch 'develop' into feat/yyyy-mm
This commit is contained in:
@@ -495,6 +495,10 @@ export function useMultiSelect(
|
||||
return true
|
||||
}
|
||||
|
||||
if (isExpandedCellInputExist()) {
|
||||
return
|
||||
}
|
||||
|
||||
if (!isCellActive.value || activeCell.row === null || activeCell.col === null) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user