mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
feat: implement trash
This commit is contained in:
@@ -50,6 +50,10 @@ export default class CachedCollection {
|
||||
}
|
||||
}
|
||||
|
||||
exists(id) {
|
||||
return this.map.has(id);
|
||||
}
|
||||
|
||||
getItem(id) {
|
||||
return this.map.get(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user