You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Many small changes
This commit is contained in:
@ -190,6 +190,15 @@ class Note extends BaseItem {
|
||||
});
|
||||
}
|
||||
|
||||
static async delete(id, options = null) {
|
||||
let r = await super.delete(id, options);
|
||||
|
||||
this.dispatch({
|
||||
type: 'NOTES_DELETE',
|
||||
noteId: id,
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Note.updateGeolocationEnabled_ = true;
|
||||
|
Reference in New Issue
Block a user