Skip to content

Commit

Permalink
remove blank
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Oct 6, 2024
1 parent accb527 commit 35bb100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@
</Button>
</foreignObject>
</svg>

<!-- <Button on:click={() => console.table(tf.memory())}>Memory</Button> -->
</main>

<style>
Expand Down
10 changes: 0 additions & 10 deletions src/lib/ImageSelector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@
}}
/>
{/each}
<div
class="s"
style="width: {width}px; height: {width}px; background: black; opacity: {selectedUrl ===
'clear'
? 1
: 0.4}; {selectedUrl === 'clear'
? 'box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);'
: ''};"
on:click={() => (selectedUrl = "clear")}
></div>
</div>

<style>
Expand Down

0 comments on commit 35bb100

Please sign in to comment.