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 44
44
<input
45
45
id ={templating_mode }
46
46
type =" radio"
47
- checked ={workspace .compiler_options .fragments === templating_mode }
47
+ checked ={( workspace .compiler_options .fragments ?? ' html ' ) === templating_mode }
48
48
value ={templating_mode }
49
49
onchange ={() => {
50
50
workspace .update_compiler_options ({ fragments: templating_mode });
Original file line number Diff line number Diff line change 215
215
{#if embedded }
216
216
<Editor workspace ={js_workspace } />
217
217
{:else }
218
- <PaneWithPanel min =" -18rem " pos =" -18rem " panel =" Compiler options" >
218
+ <PaneWithPanel min =" -27rem " pos =" -27rem " panel =" Compiler options" >
219
219
{#snippet main ()}
220
220
<Editor workspace ={js_workspace } />
221
221
{/ snippet }
You can’t perform that action at this time.
0 commit comments