We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The preview of the dragged item jumps to its starting location when dragging an item. See the attached GIF.
To Reproduce Steps to reproduce the behavior:
Expected behavior When I drag an item, the preview of the item should be under the cursor.
Information react-sortable = ^6.0.0 react = ^16.12.0 sortablejs = ^1.12.0
Additional context This does NOT occur with react-sortable 2.0.11.
here's the props I use:
<ReactSortable animation='150' className='row' delay={50} disabled={this.isSaving || this.isUploadingFile} filter='.ignore-elements' forceFallback handle='.drag-handle' list={provider.media} onEnd={this.onSortEnd} setList={() => {}} >
The text was updated successfully, but these errors were encountered:
It's happening to me too, any updates on this?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The preview of the dragged item jumps to its starting location when dragging an item. See the attached GIF.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When I drag an item, the preview of the item should be under the cursor.
Information
react-sortable = ^6.0.0
react = ^16.12.0
sortablejs = ^1.12.0
Additional context
This does NOT occur with react-sortable 2.0.11.
here's the props I use:
The text was updated successfully, but these errors were encountered: