Skip to content

Commit fa6d124

Browse files
TreatTrickfinetjul
authored andcommitted
fix(SplineWidget): fix bug where SplineWidget handles cannot be dragged after creation
1 parent 81099ab commit fa6d124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Widgets/Widgets3D/SplineWidget/behavior.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ export default function widgetBehavior(publicAPI, model) {
346346
if (model.freeHand && model.activeState === model.moveHandle) {
347347
addPoint();
348348
}
349+
return macro.EVENT_ABORT;
349350
}
350351

351352
return model.hasFocus ? macro.EVENT_ABORT : macro.VOID;

0 commit comments

Comments
 (0)