Skip to content

Commit

Permalink
fix(ui): modal invisible element pointer events disable
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Aug 29, 2019
1 parent 8b3642f commit 10ffc84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/ui/modal/modal.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ export class Modal extends React.Component<ModalProps> {
const measureStyledModal: React.ReactElement = React.cloneElement(modal, {
style: [modal.props.style, styles.hiddenModal],
key: TAG_CHILD,
pointerEvents: 'none',
});

return (
Expand Down

0 comments on commit 10ffc84

Please sign in to comment.