mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
improvements
This commit is contained in:
@@ -129,7 +129,7 @@ class Branch extends AbstractEntity {
|
||||
* @returns {boolean}
|
||||
*/
|
||||
get isWeak() {
|
||||
return ['share', 'lb_bookmarks'].includes(this.parentNoteId);
|
||||
return ['share', 'lbBookmarks'].includes(this.parentNoteId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user