default: Change minwidth to 1
This commit is contained in:
parent
b19180d126
commit
ff5c3d00da
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ export const GetDefaultContainerProps = (
|
|||
isRigidBody: false, // set this to true to replicate Florian's project
|
||||
isAnchor: false,
|
||||
XPositionReference: containerConfig.XPositionReference ?? XPositionReference.Left,
|
||||
minWidth: containerConfig.MinWidth ?? 0,
|
||||
minWidth: containerConfig.MinWidth ?? 1,
|
||||
customSVG: containerConfig.CustomSVG,
|
||||
style: structuredClone(containerConfig.Style),
|
||||
userData: structuredClone(containerConfig.UserData)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue