Skip to content

Commit

Permalink
Sandbox: allow-modals (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
HalvorHaugan authored Dec 18, 2023
1 parent 35d49df commit 9b9ddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aksel.nav.no/playroom/playroom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
useScope: path.resolve("./src/useScope.tsx"),
openBrowser: false,
paramType: "search", // default is 'hash'
iframeSandbox: "allow-scripts allow-same-origin",
iframeSandbox: "allow-scripts allow-same-origin allow-modals",
exampleCode: `
<Heading>This is a sandbox!</Heading>
<HStack gap="10">
Expand Down

0 comments on commit 9b9ddd3

Please sign in to comment.