fix: move the dropdown div to a namespace instead of a class with only static properties (#5979)

* fix: remove drop down div class

* fix: change name and export for drop down div

* fix: make module-local variables conform to styleguide

* fix: format

* fix: shadowing
This commit is contained in:
Beka Westberg
2022-03-07 13:29:23 -08:00
committed by GitHub
parent 2edd228117
commit 543cb8e1b1
14 changed files with 242 additions and 248 deletions

View File

@@ -1073,6 +1073,10 @@ const renamings = {
'Blockly.blocks.variablesDynamic': {
module: 'Blockly.libraryBlocks.variablesDynamic',
},
'Blockly.DropDownDiv': {
module: 'Blockly.dropDownDiv',
path: 'Blockly.DropDownDiv',
},
},
};