mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
various script fixes, including for electron
This commit is contained in:
@@ -64,7 +64,7 @@ class Repository {
|
||||
entity.beforeSaving();
|
||||
}
|
||||
|
||||
const clone = {...entity};
|
||||
const clone = Object.assign({}, entity);
|
||||
|
||||
delete clone.dataKey;
|
||||
delete clone.jsonContent;
|
||||
|
||||
Reference in New Issue
Block a user