Skip to content

Commit 81099ab

Browse files
TreatTrickfinetjul
authored andcommitted
fix(SplineWidget): lastHandle may not show after loseFocus
1 parent 3a4b6c0 commit 81099ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Widgets/Widgets3D/SplineWidget/behavior.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export default function widgetBehavior(publicAPI, model) {
414414
if (model.hasFocus) {
415415
model._interactor.cancelAnimation(publicAPI);
416416
}
417-
417+
model.lastHandle?.setVisible(true);
418418
model.widgetState.deactivate();
419419
model.moveHandle.deactivate();
420420
model.moveHandle.setVisible(false);

0 commit comments

Comments
 (0)