Skip to content

Commit 4bd8857

Browse files
committed
Merge branch 'release-2.0.2' into release
2 parents 3420bd3 + 8c24597 commit 4bd8857

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/modules/IDE/components/PreviewFrame.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function PreviewFrame({ fullView }) {
2323

2424
const frameUrl = previewUrl;
2525
const sandboxAttributes = `allow-forms allow-modals allow-pointer-lock allow-popups
26-
allow-same-origin allow-scripts allow-top-navigation-by-user-activation`;
26+
allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-downloads`;
2727
const allow =
2828
'accelerometer; autoplay; camera; encrypted-media; geolocation; gyroscope; microphone; magnetometer; midi; vr;';
2929
return (

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.js-web-editor",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)