Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 286b2a5

Browse files
deiuchalexreardon
authored andcommitted
Update responders.md (#1369)
Missing `mode` in the type description of DragStart.
1 parent b57d6ca commit 286b2a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/guides/responders.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ type DragStart = {|
7676
draggableId: DraggableId,
7777
type: TypeId,
7878
source: DraggableLocation,
79+
mode: MovementMode,
7980
|};
8081

8182
type DraggableLocation = {|

0 commit comments

Comments
 (0)