Jcparkyn / nodexr

Graphical regular expression editor

Home Page:https://www.nodexr.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete node from input

Jcparkyn opened this issue · comments

Clicking on a node input dot with a connected noodle should disconnect the noodle.

Changed to allow proper drag-drop support for inputs:

  • Dragging a connected input will disconnect the input and allow the user to reconnect the noodle to a different input, or let go to delete the noodle.
  • Dragging an unconnected input will have no effect.

Started in branch feature/drag-input.

Addressed by #24.