mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: bound text doesn't inherit container (#4521)
This commit is contained in:
parent
b0cccbb9e8
commit
28546fbb55
1 changed files with 1 additions and 0 deletions
|
@ -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 });
|
||||||
|
|
Loading…
Add table
Reference in a new issue