Skip to content

Commit d4d3d1e

Browse files
authored
Update useGridList.ts
1 parent 3393223 commit d4d3d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@react-aria/gridlist/src/useGridList.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ export interface GridListProps<T> extends CollectionBase<T>, MultipleSelection {
3939
*/
4040
onAction?: (key: Key) => void,
4141
/** Whether `disabledKeys` applies to all interactions, or only selection. */
42-
disabledBehavior?: DisabledBehavior
42+
disabledBehavior?: DisabledBehavior,
4343
/** Whether selection should occur on press up instead of press down. */
44-
shouldSelectOnPressUp?: boolean,
44+
shouldSelectOnPressUp?: boolean
4545
}
4646

4747
export interface AriaGridListProps<T> extends GridListProps<T>, DOMProps, AriaLabelingProps {

0 commit comments

Comments
 (0)