@esfaenza/extensions 15.2.54 → 15.2.55

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.
@@ -1112,9 +1112,10 @@ class AppEmbeddingExtensions {
1112
1112
  return `${JSON.parse(JSON.stringify(event?.data))}`;
1113
1113
  }
1114
1114
  configureEmbeddability() {
1115
- if (this.Embedded) {
1115
+ if (this.Embedded)
1116
1116
  this.MainWindow.postMessage({ type: "whois" }, "*");
1117
- }
1117
+ else
1118
+ this.EmbeddingSource.next("");
1118
1119
  window.onmessage = (event) => {
1119
1120
  // Ignoro i miei messaggi dato che mi interessano solo quelli degli altri iframe
1120
1121
  if (event.source == window && event?.data?.type != "modal-open")