Skip to content

Commit

Permalink
Merge 10ffc84 into 8b3642f
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Aug 29, 2019
2 parents 8b3642f + 10ffc84 commit 8c6fc8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/ui/modal/modal.component.tsx
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 8c6fc8d

Please sign in to comment.