fix: lint and syntax issues

This commit is contained in:
cTangonan123 2025-07-28 18:09:25 -07:00
parent a24d7869c1
commit 32c26fd58b

View File

@ -9330,12 +9330,12 @@ class App extends React.Component<AppProps, AppState> {
this.state.editingGroupId!, this.state.editingGroupId!,
); );
mutateElement( this.scene.mutateElement(
boundText, boundText,
{ {
groupIds: boundText.groupIds.slice(0, boundTextIndex), groupIds: boundText.groupIds.slice(0, boundTextIndex),
}, },
false, { informMutation: false, isDragging: false },
); );
} }
} }