make elements under image explorer view tab keyboard accessible (#2422)

This commit is contained in:
Ilya Matiach 2023-11-21 11:34:48 -05:00 коммит произвёл GitHub
Родитель ea6b3a0d4f
Коммит eb68a1b56e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -79,6 +79,7 @@ export class ImageList extends React.Component<
className={classNames.list}
getPageHeight={this.getPageHeight}
getItemCountForPage={this.getItemCountForPage}
tabIndex={0}
/>
</FocusZone>
);