Merge branch 'develop' into feat/yyyy-mm

This commit is contained in:
աɨռɢӄաօռɢ
2023-12-07 13:23:44 +08:00
167 changed files with 13450 additions and 2278 deletions

View File

@@ -495,6 +495,10 @@ export function useMultiSelect(
return true
}
if (isExpandedCellInputExist()) {
return
}
if (!isCellActive.value || activeCell.row === null || activeCell.col === null) {
return
}