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"
|
||||
: DEFAULT_VERTICAL_ALIGN,
|
||||
containerId: container?.id ?? undefined,
|
||||
groupIds: container?.groupIds ?? [],
|
||||
});
|
||||
|
||||
this.setState({ editingElement: element });
|
||||
|
Reference in New Issue
Block a user