Merge pull request #4215 from matrix-org/t3chguy/fixes1

Fix typo in tabIndex to make React happy
This commit is contained in:
Michael Telatynski 2020-03-13 17:59:24 +00:00 committed by GitHub
commit 61539a5be7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -780,7 +780,7 @@ export default createReactClass({
aria-label={_t("Rooms")}
// Firefox sometimes makes this element focusable due to
// overflow:scroll;, so force it out of tab order.
tabindex="-1"
tabIndex="-1"
onMouseMove={this.onMouseMove}
onMouseLeave={this.onMouseLeave}
>