Skip to content

Commit

Permalink
Add missing upgrader for the TextBox block versioning
Browse files Browse the repository at this point in the history
Change-Id: Ic90702a1d3843abeca91c6bbc9d56f5583a44bc5
  • Loading branch information
ewpatton committed Apr 27, 2024
1 parent c0a2fb2 commit e64dba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appinventor/blocklyeditor/src/versioning.js
Original file line number Diff line number Diff line change
Expand Up @@ -3197,7 +3197,9 @@ Blockly.Versioning.AllUpgradeMaps =
14: [
Blockly.Versioning.changeMethodName("TextBox", "SetCursorAt", "MoveCursorTo"),
Blockly.Versioning.changeMethodName("TextBox", "SetCursorAtEnd", "MoveCursorToEnd"),
Blockly.Versioning.changeEventName("TextBox", "OnTextChanged", "TextChanged")]
Blockly.Versioning.changeEventName("TextBox", "OnTextChanged", "TextChanged")],

15: "noUpgrade"

}, // End TextBox upgraders

Expand Down

0 comments on commit e64dba8

Please sign in to comment.