Music field editor (#529)

Music fiele editor
This commit is contained in:
Sam El-Husseini
2018-04-17 22:16:19 -07:00
committed by GitHub
parent 989699c620
commit 83700b4e14
7 changed files with 354 additions and 10 deletions

View File

@ -544,7 +544,7 @@ export class FieldMotors extends Blockly.FieldDropdown implements Blockly.FieldC
/**
* Callback for when the drop-down is hidden.
*/
protected onHide_ = function () {
protected onHide_() {
Blockly.DropDownDiv.content_.removeAttribute('role');
Blockly.DropDownDiv.content_.removeAttribute('aria-haspopup');
Blockly.DropDownDiv.content_.removeAttribute('aria-activedescendant');