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 435f282 commit 68d60b7Copy full SHA for 68d60b7
plugins/field-angle/src/field_angle.ts
@@ -484,7 +484,7 @@ export class FieldAngle extends Blockly.FieldNumber {
484
// normal block change events, and instead report them as special
485
// intermediate changes that do not get recorded in undo history.
486
const oldValue = this.value_;
487
- this.setEditorValue_(angle, false);
+ this.setEditorValue_(validAngle, false);
488
if (
489
this.sourceBlock_ &&
490
Blockly.Events.isEnabled() &&
0 commit comments