diff --git a/packages/excalidraw/components/App.tsx b/packages/excalidraw/components/App.tsx index 0b4ccfc71d..cdc861aebd 100644 --- a/packages/excalidraw/components/App.tsx +++ b/packages/excalidraw/components/App.tsx @@ -9330,12 +9330,12 @@ class App extends React.Component { this.state.editingGroupId!, ); - mutateElement( + this.scene.mutateElement( boundText, { groupIds: boundText.groupIds.slice(0, boundTextIndex), }, - false, + { informMutation: false, isDragging: false }, ); } }