mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-05 23:30:01 +02:00
changed ContainerBehavior into an object {textFlow: "growing"|"fixed", margin: number}
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user