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
@primeKal Let's go step-by-step to fix this issue.
This is JavaScript playground, and here you might see usage of
{dragBy: [".pane .draggable"]}
You can try to experiment and see that it's not a library issue; the JavaScript example works as expected. I'm not sure why the React version isn't working. I guess there is something overlapping the pane container.
To help me, please create and share a reproduction demo as a GitHub repository, or use an online sandbox such as JSFiddle.
Describe the bug
Pane is not draggable by the dragging handle.
To Reproduce
Steps to reproduce the behavior:
Use this react component
// components/MyComponent.tsx
using this custome hook
Simply use this component using any component
Expected behavior
To be dragged by the handle ONLY
Please help me here, any helpful comment is apricated
The text was updated successfully, but these errors were encountered: