Skip to content

Commit 2d28440

Browse files
author
Ives van Hoorne
committed
Fix iframe url
1 parent a01641c commit 2d28440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/Sandbox/Editor/Content/Header/ShareView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default class ShareView extends React.PureComponent {
160160
};
161161

162162
getIframeScript = () =>
163-
`<iframe src=${this.getEmbedUrl()} style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe>`;
163+
`<iframe src="${this.getEmbedUrl()}" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe>`;
164164

165165
select = function(event) {
166166
event.target.select();

0 commit comments

Comments
 (0)