This commit is contained in:
2025-11-03 00:17:11 +01:00
parent c85cff720b
commit 2ee69406b6
9 changed files with 720 additions and 275 deletions
+2 -2
View File
@@ -143,7 +143,7 @@ export const useDocumentSelection = ({
applySelection([], { anchor: null, interactedKeys: [] });
}, [applySelection]);
const handleRowSelection = useCallback(
const handleEntrySelection = useCallback(
(rowKey, event) => {
const visibleRowKeySet = visibleRowKeySetRef.current;
const navigableRowKeys = navigableRowKeysRef.current;
@@ -241,7 +241,7 @@ export const useDocumentSelection = ({
setFocusedRowKey,
applySelection,
clearSelection,
handleRowSelection,
handleEntrySelection,
promoteSelectionOrder,
configureSelectionEnvironment,
};