fix overclick
This commit is contained in:
@ -271,6 +271,7 @@ export default class Search extends Component {
|
|||||||
floatingLabelFixed={true}
|
floatingLabelFixed={true}
|
||||||
value={this.state.orderBy}
|
value={this.state.orderBy}
|
||||||
onChange={(event, index, value) => {
|
onChange={(event, index, value) => {
|
||||||
|
event.preventDefault(); // fix overclick on torrent
|
||||||
if(value === 'none') {
|
if(value === 'none') {
|
||||||
this.setState({orderBy: null}, () => {
|
this.setState({orderBy: null}, () => {
|
||||||
this.search(true)
|
this.search(true)
|
||||||
|
Reference in New Issue
Block a user