mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Merge 9727fb0206
into dff69e9191
This commit is contained in:
commit
d20cdcfe94
1 changed files with 2 additions and 0 deletions
|
@ -3124,6 +3124,8 @@ class App extends React.Component<AppProps, AppState> {
|
|||
const imageElement = this.createImageElement({ sceneX, sceneY });
|
||||
this.insertImageElement(imageElement, file);
|
||||
this.initializeImageDimensions(imageElement);
|
||||
|
||||
this.store.shouldCaptureIncrement();
|
||||
this.setState({
|
||||
selectedElementIds: makeNextSelectedElementIds(
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue