mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 04:18:29 +00:00
feat: limits connector width
This commit is contained in:
parent
d980947e86
commit
14a72c7b2e
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Reference in a new issue