You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Desktop, Mobile: Fixes #11317: Fix race condition which may cause data loss, particularly before or after pasting text in the note editor (#11334)
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
This commit is contained in:
		| @@ -235,7 +235,6 @@ class NoteScreenComponent extends BaseScreenComponent<Props, State> implements B | ||||
| 				Keyboard.dismiss(); | ||||
|  | ||||
| 				this.setState({ | ||||
| 					note: { ...this.state.lastSavedNote }, | ||||
| 					mode: 'view', | ||||
| 				}); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user