node-red/packages/node_modules/@node-red/editor-client/src
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
..
ace Add some auto-complete snippets to the nrjavascript mode 2020-02-05 15:11:18 +00:00
images Merge pull request #2305 from kazuhitoyokoi/master-fixlargeicon4subflowtab 2019-10-03 15:54:34 +01:00
js EditableList/TreeList - defer adding elements to DOM 2020-06-10 00:42:11 +01:00
sass Add search presets option to searchBox widget 2020-06-08 12:01:29 +01:00
vendor Add $moment docs 2020-06-04 09:46:17 +01:00
favicon.ico pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00