Skip to content

Commit

Permalink
0.17.6-13, 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zsviczian committed Nov 7, 2024
1 parent 4fbb477 commit e5b508d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/excalidraw/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4007,7 +4007,7 @@ class App extends React.Component<AppProps, AppState> {
* */
public addFiles: ExcalidrawImperativeAPI["addFiles"] = withBatchedUpdates(
(files) => {
const { addedFiles } = this.addMissingFiles(files);
const { addedFiles } = this.addMissingFiles(files, true); //zsviczian

this.clearImageShapeCache(addedFiles);
this.scene.triggerUpdate();
Expand Down
2 changes: 1 addition & 1 deletion packages/excalidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zsviczian/excalidraw",
"version": "0.17.6-12",
"version": "0.17.6-13",
"main": "main.js",
"types": "types/excalidraw/index.d.ts",
"files": [
Expand Down

0 comments on commit e5b508d

Please sign in to comment.