1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-01 12:08:55 +00:00

Fixed: Opening dropdowns

This commit is contained in:
Taloth Saldono 2020-10-09 09:54:44 +02:00
parent b4c27f5d34
commit e8854a2675

View file

@ -251,7 +251,7 @@ class EnhancedSelectInput extends Component {
this._addListener();
}
if (!this.state.isOpen) {
if (!this.state.isOpen && this.props.onOpen) {
this.props.onOpen();
}