You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this amazing package to create a dashboard of elements, where the user can resize and move them freely, but I'm getting stuck here: The problem is that they're affecting each other when one is being resized, watch the video:
20250305-1133-15.1123481.mp4
How I can avoid this weird behavior?
I'm using it in a React/Nextjs project, below is the portion of code when Moveable is being used:
Hi everyone!
I'm trying to use this amazing package to create a dashboard of elements, where the user can resize and move them freely, but I'm getting stuck here: The problem is that they're affecting each other when one is being resized, watch the video:
20250305-1133-15.1123481.mp4
How I can avoid this weird behavior?
I'm using it in a React/Nextjs project, below is the portion of code when Moveable is being used:
some custom css, FYI:
The version of the package in the
package.json
file:"react-moveable": "^0.56.0",
Thanks in advance
The text was updated successfully, but these errors were encountered: