From 8b5d3b93f4b84fa7c6625ab58d27543387d99995 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 17 Oct 2019 15:59:32 +0100 Subject: [PATCH] Prevent double read of ARIA expanded Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/structures/RoomSubList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 92b9d91e0e..d218fdf1e8 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -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) }