mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Prevent double read of ARIA expanded
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
3400808f6e
commit
8b5d3b93f4
1 changed files with 0 additions and 1 deletions
|
@ -386,7 +386,6 @@ const RoomSubList = createReactClass({
|
|||
className={subListClasses}
|
||||
role="group"
|
||||
aria-label={this.props.label}
|
||||
aria-expanded={!isCollapsed}
|
||||
onKeyDown={this.onKeyDown}
|
||||
>
|
||||
{ this._getHeaderJsx(isCollapsed) }
|
||||
|
|
Loading…
Reference in a new issue