node-red/packages/node_modules/@node-red
Nick O'Leary 97f11e38cd
Minimise work done to calculate node label widths
Currently, everytime the tab is switched, we recalculate the
width of every node. There's no need to do that as the width
will not have changed - unless it has changed, but then the
dirty/changed flag will be set on that one node and it will
get handled.
Also avoid endless added/removing an element to calculate the
dimenstions - keep it on the dom (keyed by className) and
positioned well away from the visible space.
2019-05-22 00:04:19 +01:00
..
editor-api Set package version to 1.0.0-beta.1 2019-05-21 23:32:42 +01:00
editor-client Minimise work done to calculate node label widths 2019-05-22 00:04:19 +01:00
nodes Set package version to 1.0.0-beta.1 2019-05-21 23:32:42 +01:00
registry Set package version to 1.0.0-beta.1 2019-05-21 23:32:42 +01:00
runtime Set package version to 1.0.0-beta.1 2019-05-21 23:32:42 +01:00
util Set package version to 1.0.0-beta.1 2019-05-21 23:32:42 +01:00