This commit is contained in:
Cassie Tarakajian 2018-10-22 12:45:16 -04:00
parent 2902145ec2
commit f417ff4c90
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ class PreviewFrame extends React.Component {
frameBorder="0" frameBorder="0"
title="sketch output" title="sketch output"
ref={(element) => { this.iframeElement = element; }} ref={(element) => { this.iframeElement = element; }}
sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-forms allow-modals" sandbox="allow-scripts allow-pointer-lock allow-popups allow-forms allow-modals"
/> />
); );
} }