Fix test for lassoes
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
parent
8b248eda94
commit
946c366a1c
@ -73,6 +73,7 @@ const updatePath = (startPoint: GlobalPoint, points: LocalPoint[]) => {
|
|||||||
elementsSegments,
|
elementsSegments,
|
||||||
intersectedElements: new Set(),
|
intersectedElements: new Set(),
|
||||||
enclosedElements: new Set(),
|
enclosedElements: new Set(),
|
||||||
|
hitThreshold: h.app.getElementHitThreshold(),
|
||||||
});
|
});
|
||||||
|
|
||||||
act(() =>
|
act(() =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user