Migrate AutoHideScrollbar to TypeScript

Also changed the way the React.RefObject is collected
This commit is contained in:
Germain Souquet 2021-06-01 14:13:46 +01:00
parent fd69fce1ba
commit 308ac505a8
2 changed files with 22 additions and 21 deletions

View file

@ -212,7 +212,7 @@ export const AddExistingToSpace: React.FC<IAddExistingToSpaceProps> = ({
autoComplete={true}
autoFocus={true}
/>
<AutoHideScrollbar className="mx_AddExistingToSpace_content" id="mx_AddExistingToSpace">
<AutoHideScrollbar className="mx_AddExistingToSpace_content">
{ rooms.length > 0 ? (
<div className="mx_AddExistingToSpace_section">
<h3>{ _t("Rooms") }</h3>