File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/repl/src/lib/Output Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 <input
4545 id ={templating_mode }
4646 type =" radio"
47- checked ={workspace .compiler_options .fragments === templating_mode }
47+ checked ={( workspace .compiler_options .fragments ?? ' html ' ) === templating_mode }
4848 value ={templating_mode }
4949 onchange ={() => {
5050 workspace .update_compiler_options ({ fragments: templating_mode });
Original file line number Diff line number Diff line change 215215 {#if embedded }
216216 <Editor workspace ={js_workspace } />
217217 {:else }
218- <PaneWithPanel min =" -18rem " pos =" -18rem " panel =" Compiler options" >
218+ <PaneWithPanel min =" -27rem " pos =" -27rem " panel =" Compiler options" >
219219 {#snippet main ()}
220220 <Editor workspace ={js_workspace } />
221221 {/ snippet }
You can’t perform that action at this time.
0 commit comments