Skip to content

Commit

Permalink
Support drag-wiring of link nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Dec 18, 2018
1 parent 84cc2ad commit 33dade0
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ RED.history = (function() {
});

RED.nodes.dirty(ev.dirty);
RED.view.select(null);
RED.view.redraw(true);
RED.palette.refresh();
RED.workspaces.refresh();
Expand Down
Loading

0 comments on commit 33dade0

Please sign in to comment.