Modal dismiss working
This commit is contained in:
@@ -7,9 +7,12 @@ import { Dimmer } from 'ui'
|
||||
class Modal extends Component {
|
||||
static propTypes = {
|
||||
children: PropTypes.node,
|
||||
open: PropTypes.bool
|
||||
open: PropTypes.bool,
|
||||
// TODO: onCancel: PropTypes.func,
|
||||
}
|
||||
|
||||
// TODO: Capture ESC key https://stackoverflow.com/questions/3369593/how-to-detect-escape-key-press-with-pure-js-or-jquery
|
||||
|
||||
render() {
|
||||
return (
|
||||
<Dimmer active={this.props.open}>
|
||||
|
||||
Reference in New Issue
Block a user