Added quick search functionality

This commit is contained in:
Jani Mustonen 2017-01-07 17:53:45 +02:00
parent d2ff2715ce
commit 041196d729
2 changed files with 2 additions and 1 deletions

View file

@ -69,6 +69,7 @@ var TintableSvg = React.createClass({
width={ this.props.width }
height={ this.props.height }
onLoad={ this.onLoad }
tabIndex="-1"
/>
);
}