remove explicit call of event handlers for IE as the bug no lenger seems to happen
This commit is contained in:
parent
3f00992fe1
commit
b8ba36ae84
|
@ -299,8 +299,8 @@ export class VisioService {
|
|||
// trigger document and page loaded event handlers manually as sometimes Visio fails to trigger them
|
||||
// we are sending a null event, which is fine in this case as we don't need any of the event data
|
||||
// this is randomly happening on chrome, but seems to always fail on IE...
|
||||
this._onDocumentLoadComplete(null);
|
||||
this._onPageLoadComplete(null);
|
||||
// this._onDocumentLoadComplete(null);
|
||||
// this._onPageLoadComplete(null);
|
||||
|
||||
} catch (error) {
|
||||
this.logError(error);
|
||||
|
|
Loading…
Reference in New Issue