mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
improvements
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = () => {
|
||||
beccaLoader.load();
|
||||
|
||||
for (const attr of becca.findAttributes('label','bookmarked')) {
|
||||
cloningService.toggleNoteInParent(true, attr.noteId, 'lb_bookmarks');
|
||||
cloningService.toggleNoteInParent(true, attr.noteId, 'lbBookmarks');
|
||||
|
||||
attr.markAsDeleted("0204__migrate_bookmarks_to_clones");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user