fix edit history crossing note activation in canvas, #4437

This commit is contained in:
zadam 2023-11-20 22:13:52 +01:00
parent 23351298c8
commit 19a10e59e9
2 changed files with 3 additions and 2 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "trilium",
"version": "0.61.13",
"version": "0.61.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trilium",
"version": "0.61.13",
"version": "0.61.14",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {

View file

@ -240,6 +240,7 @@ export default class ExcalidrawTypeWidget extends TypeWidget {
this.excalidrawRef.current.updateScene(sceneData);
this.excalidrawRef.current.addFiles(fileArray);
this.excalidrawRef.current.history.clear();
}
Promise.all(