Skip to content

Commit 1ffb026

Browse files
authored
fix form submitting problem in playground (#10819)
1 parent fc896ea commit 1ffb026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: client/src/playground/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export default function Playground() {
329329
title="runner"
330330
ref={iframe}
331331
src={src.toString()}
332-
sandbox="allow-scripts allow-same-origin"
332+
sandbox="allow-scripts allow-same-origin allow-forms"
333333
></iframe>
334334
<Console vConsole={vConsole} />
335335
<SidePlacement />

0 commit comments

Comments
 (0)