Skip to content
New issue

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

[bug] Preview of dragged item jumps when items are moved #191

Open
Dakkers opened this issue Oct 16, 2020 · 1 comment
Open

[bug] Preview of dragged item jumps when items are moved #191

Dakkers opened this issue Oct 16, 2020 · 1 comment

Comments

@Dakkers
Copy link

Dakkers commented Oct 16, 2020

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:

  1. Have some items
  2. Drag them around

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.

Screen Recording 2020-10-16 at 8 47 24 AM

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={() => {}}
        >
@feketegy
Copy link
Contributor

feketegy commented Nov 9, 2020

It's happening to me too, any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants