mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
97f11e38cd
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. |
||
---|---|---|
.. | ||
editor-api | ||
editor-client | ||
nodes | ||
registry | ||
runtime | ||
util |