Updates (#96)
* Update gesture field for new Blockly renderer (#2658) * Update gesture field for new Blockly renderer * Bump pxt-core to 5.36.1 * percent sign for motors block * shims & strings Co-authored-by: Amerlander <gitkraken@juriwolf.de>
This commit is contained in:
@ -19,7 +19,6 @@ export class FieldGestures extends pxtblockly.FieldImages implements Blockly.Fie
|
||||
|
||||
this.setText = Blockly.FieldDropdown.prototype.setText;
|
||||
this.updateSize_ = (Blockly.Field as any).prototype.updateSize_;
|
||||
this.updateTextNode_ = Blockly.Field.prototype.updateTextNode_;
|
||||
}
|
||||
|
||||
trimOptions_() {
|
||||
|
Reference in New Issue
Block a user