Skip to content

Commit 99ca1e1

Browse files
authored
Merge pull request #573 from kbangelov/bugfix/uepr-579-library-unnecessary-focus
[UEPR-579] Additional unnecessary element is focused in choose a sprite modal
2 parents 28cad68 + 14a6c3e commit 99ca1e1

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)