@saasquatch/squatch-js 2.6.2-0 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/squatch.js CHANGED
@@ -837,7 +837,7 @@ class EmbedWidget extends Widget {
837
837
  this._loadEvent(_sqh);
838
838
 
839
839
  _log$7("loaded");
840
- } else {
840
+ } else if (frameDoc) {
841
841
  this._attachLoadEventListener(frameDoc, _sqh);
842
842
  }
843
843
  });