mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 08:47:16 -04:00
fix: lint and syntax issues
This commit is contained in:
parent
a24d7869c1
commit
32c26fd58b
@ -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 },
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user