Replace width slider by RF NodeResizer
While browsing the documentation of ReactFlow for !524 (merged), I noticed a new component NodeResizer which is WAY better that our width slider.
In this PR, I remove the width slider and the nodeWidth
property of uiProps
to replace them (resp.) by the NodeResizer
component and width
and height
fields.
Screencast_from_23-10-2024_16_36_41
As shown above, Input and Output nodes cannot be resized.