remove explicit call of event handlers for IE as the bug no lenger seems to happen

This commit is contained in:
Joel Rodrigues 2019-09-20 10:36:39 +01:00
parent 3f00992fe1
commit b8ba36ae84
1 changed files with 2 additions and 2 deletions

View File

@ -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);