Skip to content

Commit 9ce2be5

Browse files
authored
Merge branch 'develop' into Ukrainian-Translation
2 parents 6921996 + 88de343 commit 9ce2be5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/modules/IDE/components/PreviewFrame.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ function PreviewFrame({ fullView }) {
2424
const frameUrl = previewUrl;
2525
const sandboxAttributes = `allow-forms allow-modals allow-pointer-lock allow-popups
2626
allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-downloads`;
27-
const allow =
28-
'accelerometer; autoplay; camera; encrypted-media; geolocation; gyroscope; microphone; magnetometer; midi; vr;';
27+
const allow = `accelerometer; autoplay; camera; encrypted-media; geolocation;
28+
gyroscope; microphone; magnetometer; midi; serial; vr;`;
2929
return (
3030
<Frame
3131
title="sketch preview"

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.2",
3+
"version": "2.0.3",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)