fix: bound text doesn't inherit container (#4521)
This commit is contained in:
parent
b0cccbb9e8
commit
28546fbb55
@ -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…
x
Reference in New Issue
Block a user