feat(svelte): add autoScale for node resizer

This commit is contained in:
moklick
2025-06-11 10:48:49 +02:00
parent 120a12baf4
commit 49e8c9329a
4 changed files with 16 additions and 3 deletions
@@ -11,7 +11,7 @@ const CustomResizerNode: FC<NodeProps> = ({ data }) => {
minWidth={100}
maxWidth={500}
color="orange"
scaleControls
autoScale={false}
/>
<Handle type="target" position={Position.Left} />
<div>{data.label}</div>