mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Needed an upgrade from development to figure out this conundrum
This commit is contained in:
parent
9151fbd355
commit
b3f7b9b0a2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export class WhitespaceHintPopover extends React.Component<
|
|||
this.props.onDismissed()
|
||||
}
|
||||
|
||||
private onDismissed = (event?: React.MouseEvent<HTMLButtonElement>) => {
|
||||
private onDismissed = (event?: React.MouseEvent | MouseEvent) => {
|
||||
event?.preventDefault()
|
||||
this.props.onDismissed()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue