mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-26 12:42:31 +01:00
Fixed: Opening dropdowns
This commit is contained in:
parent
b4c27f5d34
commit
e8854a2675
@ -251,7 +251,7 @@ class EnhancedSelectInput extends Component {
|
||||
this._addListener();
|
||||
}
|
||||
|
||||
if (!this.state.isOpen) {
|
||||
if (!this.state.isOpen && this.props.onOpen) {
|
||||
this.props.onOpen();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user