graf: disabled selection tool appearing when disabled
This commit is contained in:
		
							parent
							
								
									aeafbd07d5
								
							
						
					
					
						commit
						7116805d97
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -264,7 +264,7 @@ | |||
|           <GraphNode | ||||
|             {task} | ||||
|             on:mousedown={dragStart} | ||||
|             selected={selection.has(task)} | ||||
|             selected={selectionToolEnabled && selection.has(task)} | ||||
|             on:taskClick | ||||
|             on:click={nodeClick(task)} | ||||
|             on:hoveringChange={nodeHover(task)} | ||||
|  |  | |||
		Reference in a new issue