mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-04 16:17:06 +02:00
fix: bound text doesn't inherit container (#4521)
This commit is contained in:
@@ -2168,6 +2168,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
? "middle"
|
? "middle"
|
||||||
: DEFAULT_VERTICAL_ALIGN,
|
: DEFAULT_VERTICAL_ALIGN,
|
||||||
containerId: container?.id ?? undefined,
|
containerId: container?.id ?? undefined,
|
||||||
|
groupIds: container?.groupIds ?? [],
|
||||||
});
|
});
|
||||||
|
|
||||||
this.setState({ editingElement: element });
|
this.setState({ editingElement: element });
|
||||||
|
Reference in New Issue
Block a user