mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix: delete delta with note
This commit is contained in:
@@ -176,6 +176,7 @@ export default class Notes {
|
||||
await this.tagsCollection.remove(tag);
|
||||
}
|
||||
await this.collection.removeItem(id);
|
||||
this.deltaStorage.remove(id + "_delta");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user