mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
store in CLS only entity change IDs instead of whole records
This commit is contained in:
@@ -43,7 +43,7 @@ async function importToBranch(req) {
|
||||
cls.disableEntityEvents();
|
||||
|
||||
// eliminate flickering during import
|
||||
cls.ignoreEntityChanges();
|
||||
cls.ignoreEntityChangeIds();
|
||||
|
||||
let note; // typically root of the import - client can show it after finishing the import
|
||||
|
||||
|
||||
Reference in New Issue
Block a user