tree
tree copied to clipboard
drag handle rendered even when node is not draggable
Hello
I see that in TreeNode
component, the renderDragHandler
is not checking if the node isDraggable
or not and still showing the handle. I believe it should check if node is draggable and only then render the drag handle.
Can someone please confirm if this is an issue and/or if there is a workaround to not show the drag handle?
Thanks
Anyone faced this issue?