Group room tiles in room sub list in the room list for ARIA
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
22fb925743
commit
2621ad1b43
5 changed files with 24 additions and 6 deletions
|
@ -68,7 +68,7 @@ export default function AccessibleButton(props) {
|
|||
delete restProps.inputRef;
|
||||
|
||||
restProps.tabIndex = restProps.tabIndex || "0";
|
||||
restProps.role = "button";
|
||||
restProps.role = restProps.role || "button";
|
||||
restProps.className = (restProps.className ? restProps.className + " " : "") + "mx_AccessibleButton";
|
||||
|
||||
if (kind) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue