node-red/packages/node_modules/@node-red
Nick O'Leary 97fd34150f
EditableList/TreeList - defer adding elements to DOM
Whenever a DOM element is modified, it causes the browser to re-examine
the whole hierarchy around the element to see if anything needs to change.

This can cause a lot of extra work if an element is added to the DOM and
then a lot of updates are applied to the element.

It is much better to get the element as close to its final state as
possible *before* adding it to the DOM.
2020-06-10 00:42:11 +01:00
..
editor-api Bump dependencies 2020-06-03 21:26:31 +01:00
editor-client EditableList/TreeList - defer adding elements to DOM 2020-06-10 00:42:11 +01:00
nodes Fix Link node filter 2020-06-05 16:20:40 +01:00
registry Bump dependencies 2020-06-03 21:26:31 +01:00
runtime Flag a node as removed when it is disabled 2020-06-08 20:59:00 +01:00
util Update changelog for 1.1.0-beta.1 2020-06-01 14:57:37 +01:00