mirror of
https://github.com/google/blockly.git
synced 2026-01-15 21:07:14 +01:00
This commit is contained in:
@@ -181,7 +181,7 @@ export class ToolboxCategory extends ToolboxItem implements
|
||||
this.htmlDiv_ = this.createContainer_();
|
||||
aria.setRole(this.htmlDiv_, aria.Role.TREEITEM);
|
||||
aria.setState(this.htmlDiv_, aria.State.SELECTED, false);
|
||||
aria.setState(this.htmlDiv_, aria.State.LEVEL, this.level_);
|
||||
aria.setState(this.htmlDiv_, aria.State.LEVEL, this.level_ + 1);
|
||||
|
||||
this.rowDiv_ = this.createRowContainer_();
|
||||
this.rowDiv_.style.pointerEvents = 'auto';
|
||||
|
||||
Reference in New Issue
Block a user