Skip to content

Commit

Permalink
Add another missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Feb 1, 2024
1 parent 335cc2f commit 71ea917
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/field_textdropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ Blockly.FieldTextDropdown.prototype.showEditor_ = function() {
}
};

/**
* @return {boolean} True if the option list is generated by a function.
* Otherwise false.
*/
Blockly.FieldTextDropdown.prototype.isOptionListDynamic = Blockly.FieldDropdown.prototype.isOptionListDynamic;

/**
* Return a list of the options for this dropdown.
* See: Blockly.FieldDropDown.prototype.getOptions_.
Expand Down

0 comments on commit 71ea917

Please sign in to comment.