1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Chore: Mobile: Add note screen tests (#10766)

This commit is contained in:
Henry Heino
2024-07-26 04:35:50 -07:00
committed by GitHub
parent d2028588e8
commit 8c0769fdb3
16 changed files with 300 additions and 35 deletions

View File

@ -916,6 +916,7 @@ export default class Note extends BaseItem {
this.dispatch({
type: 'NOTE_DELETE',
id: id,
originalItem: notes[i],
});
}
}