mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
feat: remove trash collection
This commit is contained in:
@@ -30,6 +30,10 @@ export default class CachedCollection extends IndexedCollection {
|
||||
return this.map.has(id) && !this.map.get(id).deleted;
|
||||
}
|
||||
|
||||
has(id) {
|
||||
return this.map.has(id);
|
||||
}
|
||||
|
||||
getItem(id) {
|
||||
return this.map.get(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user