Skip to content

Commit 9d2c451

Browse files
authored
Update PersistentIframe.js
just needed it once
1 parent a9eb387 commit 9d2c451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/widget/PersistentIframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ qx.Class.define("osparc.widget.PersistentIframe", {
129129
});
130130
const iframeEl = this._getIframeElement();
131131
const host = window.location.host;
132-
iframeEl.setAttribute("allow", `clipboard-write; clipboard-write; from *.services.${host}`);
132+
iframeEl.setAttribute("allow", `clipboard-write; from *.services.${host}`);
133133

134134
const buttonContainer = this.__buttonContainer = new qx.ui.container.Composite(new qx.ui.layout.HBox(10).set({
135135
alignX: "right",

0 commit comments

Comments
 (0)