mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-07-05 16:40:25 -04:00
Clear dropdown width
This commit is contained in:
parent
ea6a0cc1c9
commit
25d816f65a
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ Blockly.DropDownDiv.getContentDiv = function() {
|
||||||
*/
|
*/
|
||||||
Blockly.DropDownDiv.clearContent = function() {
|
Blockly.DropDownDiv.clearContent = function() {
|
||||||
Blockly.DropDownDiv.content_.innerHTML = '';
|
Blockly.DropDownDiv.content_.innerHTML = '';
|
||||||
|
Blockly.DropDownDiv.content_.style.width = '';
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue