mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-04 04:44:31 +01:00 
			
		
		
		
	feat: in canvas links between shapes (#8812)
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
		@@ -87,7 +87,8 @@ export const actionClearCanvas = register({
 | 
			
		||||
  predicate: (elements, appState, props, app) => {
 | 
			
		||||
    return (
 | 
			
		||||
      !!app.props.UIOptions.canvasActions.clearCanvas &&
 | 
			
		||||
      !appState.viewModeEnabled
 | 
			
		||||
      !appState.viewModeEnabled &&
 | 
			
		||||
      appState.openDialog?.name !== "elementLinkSelector"
 | 
			
		||||
    );
 | 
			
		||||
  },
 | 
			
		||||
  perform: (elements, appState, _, app) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user