mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-04 12:54:23 +01:00 
			
		
		
		
	fix: line deselected when shift-dragging point outside editor (#5540)
This commit is contained in:
		@@ -4838,7 +4838,8 @@ class App extends React.Component<AppProps, AppState> {
 | 
			
		||||
                  ...idsOfSelectedElementsThatAreInGroups,
 | 
			
		||||
                },
 | 
			
		||||
              }));
 | 
			
		||||
            } else {
 | 
			
		||||
              // if not gragging a linear element point (outside editor)
 | 
			
		||||
            } else if (!this.state.selectedLinearElement?.isDragging) {
 | 
			
		||||
              // remove element from selection while
 | 
			
		||||
              // keeping prev elements selected
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user