We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98c2e7 commit 2dcc8daCopy full SHA for 2dcc8da
1 file changed
lib/services/notes/notes_service.dart
@@ -327,8 +327,8 @@ class NotesService {
327
328
await _database.writeTxn(() async {
329
await _plainTextNotes.deleteAll(plainTextNotesIds);
330
- await _markdownNotes.deleteAll(richTextNotesIds);
331
- await _richTextNotes.deleteAll(markdownNotesIds);
+ await _markdownNotes.deleteAll(markdownNotesIds);
+ await _richTextNotes.deleteAll(richTextNotesIds);
332
await _checklistNotes.deleteAll(checklistNotesIds);
333
});
334
0 commit comments