added debugger
This commit is contained in:
parent
223c5f76e0
commit
8e36f3ae24
@ -396,14 +396,6 @@
|
||||
|
||||
</script>
|
||||
<div class="relative">
|
||||
<div class="breakpoints-list">
|
||||
<h3>Breakpoints</h3>
|
||||
<ul>
|
||||
{#each Array.from(breakpoints).sort((a, b) => a - b) as opIdx}
|
||||
<li>Operation {opIdx}</li>
|
||||
{/each}
|
||||
</ul>
|
||||
</div>
|
||||
<div bind:this={editorContainer} style:height={height + "px"}></div>
|
||||
{#if isEdited}
|
||||
<button onclick={() => updateContents()} class="save-button">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user