Migrate AutoHideScrollbar to TypeScript
Also changed the way the React.RefObject is collected
This commit is contained in:
parent
fd69fce1ba
commit
308ac505a8
2 changed files with 22 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue