Skip to content

Commit

Permalink
Update runtime.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Aug 18, 2024
1 parent aeffd6c commit 655c3be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/engine/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,8 @@ class Runtime extends EventEmitter {
maxClones: Runtime.MAX_CLONES,
miscLimits: true,
fencing: true,
dangerousOptimizations: false
dangerousOptimizations: false,
oobRendering: true
};

this.compilerOptions = {
Expand Down

0 comments on commit 655c3be

Please sign in to comment.