mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: ESlint fix
This commit is contained in:
parent
618199cc5c
commit
478361194e
1 changed files with 4 additions and 1 deletions
|
@ -9231,7 +9231,10 @@ class App extends React.Component<AppProps, AppState> {
|
|||
false,
|
||||
);
|
||||
|
||||
const boundText = getBoundTextElement(element, this.scene.getNonDeletedElementsMap())
|
||||
const boundText = getBoundTextElement(
|
||||
element,
|
||||
this.scene.getNonDeletedElementsMap(),
|
||||
);
|
||||
|
||||
if (boundText) {
|
||||
const boundTextIndex = boundText.groupIds.indexOf(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue