Skip to content

Commit 4db5230

Browse files
authored
removing explicit time callout (#3252)
1 parent 8ba032d commit 4db5230

File tree

1 file changed

+1
-1
lines changed
  • packages/@react-types/shared/src

1 file changed

+1
-1
lines changed

packages/@react-types/shared/src/dnd.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export interface DroppableCollectionProps {
128128
onDropEnter?: (e: DroppableCollectionEnterEvent) => void,
129129
/** Handler that is called when a valid drag element is moved within the drop target. */
130130
onDropMove?: (e: DroppableCollectionMoveEvent) => void,
131-
/** Handler that is called after a valid drag element is held over the drop target for 800 ms. */
131+
/** Handler that is called after a valid drag element is held over the drop target for a period of time. */
132132
onDropActivate?: (e: DroppableCollectionActivateEvent) => void,
133133
/** Handler that is called when a valid drag element exits the drop target. */
134134
onDropExit?: (e: DroppableCollectionExitEvent) => void,

0 commit comments

Comments
 (0)