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

Dragged item far from mouse pointer ( 2.0.0 version ) #114

Open
kalfritz opened this issue Jan 9, 2024 · 1 comment
Open

Dragged item far from mouse pointer ( 2.0.0 version ) #114

kalfritz opened this issue Jan 9, 2024 · 1 comment

Comments

@kalfritz
Copy link

kalfritz commented Jan 9, 2024

please refer to #68

I'm reproing this on one of my components that use the drag and drop ( other component works fine )

is there any fix/workaround for this as of now other than downgrading it to 1.3.0?

@kalfritz
Copy link
Author

kalfritz commented Jan 9, 2024

this is the workaround I've came up with in case anyone stumbles upon the same problem..
(didn't figure out what exactly caused it tho.)

  .nestable-drag-layer {
    transform: translate(-200px, -148px);
  }

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

1 participant