default: Change minwidth to 1

This commit is contained in:
Siklos 2022-08-19 14:01:47 +02:00
parent b19180d126
commit ff5c3d00da

View file

@ -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)