Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
  • Loading branch information
zadam committed Nov 20, 2023
2 parents 746abb0 + 19a10e5 commit 0d7889d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/public/app/widgets/type_widgets/canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export default class ExcalidrawTypeWidget extends TypeWidget {

this.excalidrawRef.current.updateScene(sceneData);
this.excalidrawRef.current.addFiles(fileArray);
this.excalidrawRef.current.history.clear();
}

Promise.all(
Expand Down

0 comments on commit 0d7889d

Please sign in to comment.