changed ContainerBehavior into an object {textFlow: "growing"|"fixed", margin: number}

This commit is contained in:
zsviczian
2025-09-22 17:14:16 +00:00
parent f90bf59ecd
commit f3a60a5ef6
10 changed files with 62 additions and 26 deletions

View File

@@ -458,7 +458,10 @@ export const DEFAULT_ELEMENT_PROPS: {
roughness: ROUGHNESS.artist,
opacity: 100,
locked: false,
containerBehavior: "growing",
containerBehavior: {
textFlow: "growing",
margin: BOUND_TEXT_PADDING,
},
};
export const LIBRARY_SIDEBAR_TAB = "library";