We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01641c commit 2d28440Copy full SHA for 2d28440
src/app/pages/Sandbox/Editor/Content/Header/ShareView.js
@@ -160,7 +160,7 @@ export default class ShareView extends React.PureComponent {
160
};
161
162
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>`;
+ `<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>`;
164
165
select = function(event) {
166
event.target.select();
0 commit comments