From 28546fbb550ce861daf4c0562e87689a8c33bf5f Mon Sep 17 00:00:00 2001 From: David Luzar Date: Fri, 31 Dec 2021 14:55:02 +0100 Subject: [PATCH] fix: bound text doesn't inherit container (#4521) --- src/components/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/App.tsx b/src/components/App.tsx index a6f5ce9135..4766019c67 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -2168,6 +2168,7 @@ class App extends React.Component { ? "middle" : DEFAULT_VERTICAL_ALIGN, containerId: container?.id ?? undefined, + groupIds: container?.groupIds ?? [], }); this.setState({ editingElement: element });