fix bookmark's ID

This commit is contained in:
zadam
2022-12-24 12:26:32 +01:00
parent 1d1e6ae782
commit c5fb2cccd5
7 changed files with 8 additions and 8 deletions

View File

@@ -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) {