浏览代码

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