mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	fix: stale appState.pendingImageElement (#5322)
				
					
				
			* fix: stale `appState.pendingImageElement` * unrelated fix for devTools race conditions * snap fix
This commit is contained in:
		@@ -53,7 +53,7 @@ Object {
 | 
			
		||||
  },
 | 
			
		||||
  "penDetected": false,
 | 
			
		||||
  "penMode": false,
 | 
			
		||||
  "pendingImageElement": null,
 | 
			
		||||
  "pendingImageElementId": null,
 | 
			
		||||
  "previousSelectedElementIds": Object {},
 | 
			
		||||
  "resizingElement": null,
 | 
			
		||||
  "scrollX": 0,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user