Skip to content

Commit

Permalink
Update blocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Dec 30, 2024
1 parent 76646fe commit 5d0eb5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SpBlocklyJS/googlemap_20241226/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ Blockly.Blocks['googlemap_map_center'] = {
.setCheck("String")
.appendField(Blockly.Msg["GOOGLEMAP_DIVID"]);
this.appendDummyInput()
.setAlign(Blockly.ALIGN_RIGHT)
.appendField(new Blockly.FieldDropdown([
[Blockly.Msg["GOOGLEMAP_MAP_CENTER"],"center"],
[Blockly.Msg["GOOGLEMAP_MAP_POSITION"],"position"]
Expand Down

0 comments on commit 5d0eb5b

Please sign in to comment.