Skip to content
Snippets Groups Projects
Commit 418b1e47 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Revert "Fix #4471 part 1" (wasn't actually needed)

This reverts commit 265c8789.
parent 9019652f
No related branches found
No related tags found
No related merge requests found
......@@ -173,10 +173,7 @@ export class FullPageModal extends Component {
}
render() {
// NOTE Atte Keinänen 4/21/17
// IE11 requires some element to be rendered or otherwise componentWillUnmount will never be called
// I couldn't find an online reference of that issue
return <span className="fullpage-modal-render-placeholder"></span>;
return null;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment