Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Dec 4, 2024
1 parent c3ca7ba commit dc40be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ qx.Class.define("osparc.widget.PersistentIframe", {
if (iframe) {
const iframeDomEl = iframe.getDomElement();
if (iframeDomEl) {
window.addEventListener('message', message => {
window.addEventListener("message", message => {
const data = message.data;
if (data) {
this.__handleIframeMessage(data);
Expand Down

0 comments on commit dc40be4

Please sign in to comment.