1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00

Chore: Desktop: Do not wait for updating geolocation (regression)

This commit is contained in:
Laurent Cozic
2023-02-21 11:17:32 +00:00
parent 5b9a45dc1d
commit 08c9a25182

View File

@@ -142,7 +142,8 @@ shared.saveNoteButton_press = async function(comp: any, folderId: string = null,
comp.setState({ note: modNote, lastSavedNote: modLastSavedNote });
};
await updateGeoloc();
// We don't wait because it can be done in the background
void updateGeoloc();
}
releaseMutex();