mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
feat: limits connector width
This commit is contained in:
@@ -52,7 +52,7 @@ export const ConnectorControls = ({ id }: Props) => {
|
||||
marks
|
||||
step={10}
|
||||
min={10}
|
||||
max={100}
|
||||
max={40}
|
||||
value={connector.width}
|
||||
onChange={(e, newWidth) => {
|
||||
onConnectorUpdated({ width: newWidth as number });
|
||||
|
||||
Reference in New Issue
Block a user