mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
[FIX]: Lint error
This commit is contained in:
parent
b9e950c76f
commit
9727fb0206
1 changed files with 1 additions and 1 deletions
|
@ -2980,7 +2980,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
this.insertImageElement(imageElement, file);
|
||||
this.initializeImageDimensions(imageElement);
|
||||
|
||||
this.store.shouldCaptureIncrement();
|
||||
this.store.shouldCaptureIncrement();
|
||||
this.setState({
|
||||
selectedElementIds: makeNextSelectedElementIds(
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue