node-red/packages/node_modules/@node-red/editor-client/src
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
..
ace Create custom ace javascript mode to handle Function sig 2018-10-02 23:01:34 +01:00
images Add 'restart flows' option to deploy menu 2018-09-06 15:27:01 +01:00
js Minimise work done to calculate node label widths 2019-05-22 00:04:19 +01:00
sass Fix library/clipboard import/export issues 2019-05-21 22:58:56 +01:00
vendor Bump to jquery 3.4.1 2019-05-22 00:03:26 +01:00
favicon.ico pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00