We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a1128 commit 1674b8eCopy full SHA for 1674b8e
1 file changed
src/void/sketch/pointer.js
@@ -269,6 +269,9 @@ function handleSketchHover(event, intersections) {
269
if (this.hoveredSolidFaceKey) {
270
this.hoveredSolidFaceKey = null;
271
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;
275
}
276
277
0 commit comments