mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
fix bookmark's ID
This commit is contained in:
@@ -758,7 +758,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
.map(noteId => froca.notes[noteId])
|
||||
.filter(note => !!note)
|
||||
.filter(note =>
|
||||
!['_share', 'lbBookmarks'].includes(note.noteId)
|
||||
!['_share', '_lbBookmarks'].includes(note.noteId)
|
||||
&& note.type !== 'search');
|
||||
|
||||
if (realClones.length > 1) {
|
||||
|
||||
Reference in New Issue
Block a user