You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
This commit is contained in:
@ -72,7 +72,7 @@ export default async (store: any, _next: any, action: any, dispatch: Dispatch) =
|
||||
for (const noteId of noteIds) {
|
||||
if (action.id === noteId) continue;
|
||||
reg.logger().info('Provisional was not modified - deleting it');
|
||||
await Note.delete(noteId);
|
||||
await Note.delete(noteId, { sourceDescription: 'reduxSharedMiddleware: Delete provisional note' });
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user