Skip to content

Commit

Permalink
fix form submitting problem in playground (#10819)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyujie2002 authored Apr 2, 2024
1 parent fc896ea commit 1ffb026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/playground/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export default function Playground() {
title="runner"
ref={iframe}
src={src.toString()}
sandbox="allow-scripts allow-same-origin"
sandbox="allow-scripts allow-same-origin allow-forms"
></iframe>
<Console vConsole={vConsole} />
<SidePlacement />
Expand Down

0 comments on commit 1ffb026

Please sign in to comment.