Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

- Fixes drag start concurrency (`delay` and `distance` options)
- Fixes text in mirror blurry
- Fixes accidently append mirror
- Fixes accidentally append mirror

## v1.0.0-beta.10 - 2020-06-18

Expand Down
2 changes: 1 addition & 1 deletion src/Draggable/Sensors/DragSensor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This value will delay touch start

### Known issues

The drag sensor uses the native Drag and Drop API and therefor Draggable does not create
The drag sensor uses the native Drag and Drop API and therefore Draggable does not create
a mirror. This means there is less control over the mirror.

### Example
Expand Down
Loading