refactor: fix conflicts view when conflicted copies are already in trash (#2339)
This commit is contained in:
@@ -1415,7 +1415,11 @@ export class ItemManager
|
||||
})
|
||||
}
|
||||
|
||||
numberOfNotesWithConflicts(): number {
|
||||
public conflictsOf(uuid: string) {
|
||||
return this.collection.conflictsOf(uuid)
|
||||
}
|
||||
|
||||
public numberOfNotesWithConflicts(): number {
|
||||
return this.collection.numberOfItemsWithConflicts()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user