mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Don't close dialog on escape
This commit is contained in:
parent
e0789094f4
commit
0851f9b728
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ export class DropdownSelectButton<
|
|||
}
|
||||
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
this.setState({ showButtonOptions: false })
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue