mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05: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