mirror of
https://github.com/wassname/talk.git
synced 2026-07-21 12:51:03 +08:00
Add special popup handling for ie 11
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user