Skip to content

Commit

Permalink
docs: fix typo (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn authored Dec 29, 2024
1 parent 54952c9 commit 87a51f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion super_drag_and_drop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class MyDropRegion extends StatelessWidget {
}
```

One desktop platforms full drag data is available in `onDropOver`. On mobile and web platforms, data is only available when the drop is accepted and in `onDropOver` you can only query data format.
On desktop platforms full drag data is available in `onDropOver`. On mobile and web platforms, data is only available when the drop is accepted and in `onDropOver` you can only query data format.

Local data is always available.

Expand Down

0 comments on commit 87a51f8

Please sign in to comment.