Don't close dialog on escape

This commit is contained in:
tidy-dev 2023-08-22 20:26:38 -04:00
parent e0789094f4
commit 0851f9b728

View file

@ -145,6 +145,7 @@ export class DropdownSelectButton<
}
event.preventDefault()
event.stopPropagation()
this.setState({ showButtonOptions: false })
}