hovering over axis should not remove overlays (#2553)
This commit is contained in:
		@ -153,7 +153,7 @@ export const ModelingMachineProvider = ({
 | 
			
		||||
              ])
 | 
			
		||||
              const pathToNode = parent?.userData?.pathToNode
 | 
			
		||||
              const pathToNodeString = JSON.stringify(pathToNode)
 | 
			
		||||
              if (!parent || !pathToNode) return {}
 | 
			
		||||
              if (!parent || !pathToNode) return segmentHoverMap
 | 
			
		||||
              if (segmentHoverMap[pathToNodeString] !== undefined)
 | 
			
		||||
                clearTimeout(segmentHoverMap[JSON.stringify(pathToNode)])
 | 
			
		||||
              return {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user