Describe the bug
Calling showEditor on a dropdown field M times consecutively results in the dropdown displaying the option list M times.
To Reproduce
Steps to reproduce the behavior:
- Go to the Blockly playground.
- Drag in a math_arithmetic block.
- Enter
workspace.getAllBlocks()[0].getField("OP").showEditor() multiple types in the Developer console.
Expected behavior
The list of displayed options should not be repeated if showEditor is called multiple times, consecutively.