Skip to content

Commit

Permalink
allow-form
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Feb 28, 2023
1 parent 23beac2 commit 6ae6234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figma/src/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function LiteHostedAppConnector() {
width="100%"
allow="camera"
height={`${initialized ? "100%" : "0px"}`}
sandbox="allow-scripts allow-same-origin allow-popups allow-modals"
sandbox="allow-scripts allow-same-origin allow-popups allow-modals allow-forms"
frameBorder="0"
allowFullScreen
src={`${_host}/init-figma`} //?platform=figma
Expand Down

1 comment on commit 6ae6234

@vercel
Copy link

@vercel vercel bot commented on 6ae6234 Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.