We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fedf5 commit 14a6c3eCopy full SHA for 14a6c3e
1 file changed
packages/scratch-gui/src/components/library/library.jsx
@@ -381,6 +381,7 @@ class LibraryComponent extends React.Component {
381
[styles.withFilterBar]: this.props.filterable || this.props.tags
382
})}
383
ref={this.setFilteredDataRef}
384
+ tabIndex={-1}
385
>
386
{this.state.loaded ? this.renderData(this.getFilteredData()) : (
387
<div className={styles.spinnerWrapper}>
0 commit comments