Fix test for lassoes

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs 2025-05-18 10:03:13 +02:00
parent 8b248eda94
commit 946c366a1c
No known key found for this signature in database

View File

@ -73,6 +73,7 @@ const updatePath = (startPoint: GlobalPoint, points: LocalPoint[]) => {
elementsSegments,
intersectedElements: new Set(),
enclosedElements: new Set(),
hitThreshold: h.app.getElementHitThreshold(),
});
act(() =>