Skip to content

Commit 1674b8e

Browse files
committed
checkpoint boundary selection work
1 parent b9a1128 commit 1674b8e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/void/sketch/pointer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ function handleSketchHover(event, intersections) {
269269
if (this.hoveredSolidFaceKey) {
270270
this.hoveredSolidFaceKey = null;
271271
api.solids?.setHoveredFace?.(null);
272+
// Force immediate preview refresh so face boundaries disappear as
273+
// soon as a sketch entity takes hover priority.
274+
previewChanged = true;
272275
}
273276
}
274277
if (this.hoveredSolidFaceKey) {

0 commit comments

Comments
 (0)