stuff
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user