Explorar o código

fix: bound text doesn't inherit container (#4521)

David Luzar %!s(int64=3) %!d(string=hai) anos
pai
achega
28546fbb55
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/components/App.tsx

+ 1 - 0
src/components/App.tsx

@@ -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 });