chore: fix conflicts filter
This commit is contained in:
@@ -880,7 +880,7 @@ export class ItemManager extends Services.AbstractService implements Services.It
|
||||
? this.navigationDisplayController
|
||||
.items()
|
||||
.filter((item) => Models.isNote(item) && this.collection.uuidsOfItemsWithConflicts().includes(item.uuid))
|
||||
: this.findItems(uuids)
|
||||
: this.findItems(uuids).filter(Models.isNote)
|
||||
return items.length
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user