Clear dropdown width

This commit is contained in:
Ashwin Ramaswami 2018-12-10 10:16:29 -08:00
parent ea6a0cc1c9
commit 25d816f65a

View file

@ -151,6 +151,7 @@ Blockly.DropDownDiv.getContentDiv = function() {
*/
Blockly.DropDownDiv.clearContent = function() {
Blockly.DropDownDiv.content_.innerHTML = '';
Blockly.DropDownDiv.content_.style.width = '';
};
/**