1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/packages/node_modules/@node-red
Nick O'Leary f0038e9796
[groups] Use requestAnimationFrame for view redraw
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.
2020-03-23 21:30:52 +00:00
..
editor-api Merge branch 'master' into dev 2020-01-22 11:54:24 +00:00
editor-client [groups] Use requestAnimationFrame for view redraw 2020-03-23 21:30:52 +00:00
nodes Ensure trigger sends complete 2nd msg if set to send latest msg 2020-02-24 21:17:54 +00:00
registry add support for examples of core nodes 2020-02-03 12:59:12 +09:00
runtime [groups] Support copy/paste/import/export of groups 2020-03-09 11:14:18 +00:00
util cloneMessage should handle undefined without throwing err 2020-02-06 10:05:32 +00:00