fix(minimap): nodes outside of viewport clicakbel closes #2680

This commit is contained in:
moklick
2022-12-15 10:47:57 +01:00
parent 0342cd475f
commit e1145f3529
+1
View File
@@ -202,6 +202,7 @@ function MiniMap({
fillRule="evenodd" fillRule="evenodd"
stroke={maskStrokeColor} stroke={maskStrokeColor}
strokeWidth={maskStrokeWidth} strokeWidth={maskStrokeWidth}
pointerEvents="none"
/> />
</svg> </svg>
</Panel> </Panel>