mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
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:
@@ -1073,6 +1073,10 @@ const renamings = {
|
||||
'Blockly.blocks.variablesDynamic': {
|
||||
module: 'Blockly.libraryBlocks.variablesDynamic',
|
||||
},
|
||||
'Blockly.DropDownDiv': {
|
||||
module: 'Blockly.dropDownDiv',
|
||||
path: 'Blockly.DropDownDiv',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user