mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Focus dropdown button on close
This commit is contained in:
parent
8cbb3eefd1
commit
52a3fd0e1d
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ export class DropdownSelectButton<
|
|||
}
|
||||
|
||||
this.setState({ checkedOption: selectedOption, showButtonOptions: false })
|
||||
|
||||
this.dropdownButtonRef?.focus()
|
||||
this.props.onCheckedOptionChange?.(selectedOption)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue