Add special popup handling for ie 11

This commit is contained in:
Chi Vinh Le
2017-10-25 13:04:41 +02:00
parent 934b630ce2
commit 27eb159a75
@@ -22,6 +22,9 @@ export default class Popup extends Component {
);
this.setCallbacks();
// For some reasons IE needs a timeout before setting the callbacks...
setTimeout(() => this.setCallbacks(), 1000);
}
setCallbacks() {