File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/@react-types/shared/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export interface DroppableCollectionProps {
128
128
onDropEnter ?: ( e : DroppableCollectionEnterEvent ) => void ,
129
129
/** Handler that is called when a valid drag element is moved within the drop target. */
130
130
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 . */
132
132
onDropActivate ?: ( e : DroppableCollectionActivateEvent ) => void ,
133
133
/** Handler that is called when a valid drag element exits the drop target. */
134
134
onDropExit ?: ( e : DroppableCollectionExitEvent ) => void ,
You can’t perform that action at this time.
0 commit comments