You've already forked joplin
							
							
				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:
		| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user