Skip to content

Commit 14a6c3e

Browse files
committed
chore: made scrollable container unreachable by tab
1 parent 92fedf5 commit 14a6c3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/scratch-gui/src/components/library/library.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ class LibraryComponent extends React.Component {
381381
[styles.withFilterBar]: this.props.filterable || this.props.tags
382382
})}
383383
ref={this.setFilteredDataRef}
384+
tabIndex={-1}
384385
>
385386
{this.state.loaded ? this.renderData(this.getFilteredData()) : (
386387
<div className={styles.spinnerWrapper}>

0 commit comments

Comments
 (0)