mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
This moves the expensive redraw code out of the event handling phase and onto the browser's repaint phase. This makes the event handling more responsive, particularly when dragging a large number of nodes. It also removes lots of unnecessary anonymous functions in the redraw code that should also improve performance.