mirror of https://github.com/vector-im/riot-web
Prevent double read of ARIA expanded
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
3400808f6e
commit
8b5d3b93f4
|
@ -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 New Issue