Преглед изворни кода

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

David Luzar пре 3 година
родитељ
комит
28546fbb55
1 измењених фајлова са 1 додато и 0 уклоњено
  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 });