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
{{ message }}
This repository was archived by the owner on Dec 31, 2020. It is now read-only.
I've noticed a behaviour that if a component is added with useDragHandle false, it works as expected -- until the page is refreshed/cache cleared.
The component then reverts to dragHandle true (with the popup top-left move icon).
It would be good if the draghandle child option would remember its state after page refresh.
If you can point me in the direction of where in the code/client code such a fix could be made, I'm happy to fix it and submit.