1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fixed: Unable to close indexer category select input on mobile

Closes #4296
This commit is contained in:
Mark McDowall
2021-02-09 17:32:41 -08:00
parent 88ad6f9544
commit e42d1af5ff
4 changed files with 38 additions and 1 deletions
@@ -12,7 +12,9 @@ class EnhancedSelectInputOption extends Component {
//
// Listeners
onPress = () => {
onPress = (e) => {
e.preventDefault();
const {
id,
onSelect