Revise Node design to make them only draggable via the header #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://reactflow.dev/examples/nodes/drag-handle
When editing text fields, it tries to drag the node if the cursor is moving across text to highlight it. This is a QoL implementation.
Ran into a myriad of issues where it wasn't respecting the drag handle region. Will need to revisit this QoL fix at a later time.
Successfully Implemented