mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-10-31 10:54:33 +01:00 
			
		
		
		
	CHange new arrow creation
This commit is contained in:
		| @@ -1006,7 +1006,7 @@ class App extends React.Component<AppProps, AppState> { | ||||
|           }); | ||||
|         }); | ||||
|       } | ||||
|     } else if (!this.bindModeHandler) { | ||||
|     } else if (!this.bindModeHandler && !this.state.newElement) { | ||||
|       // We are hovering a bindable element | ||||
|       this.bindModeHandler = setTimeout(effector, BIND_MODE_TIMEOUT); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mark Tolmacs
					Mark Tolmacs