diff --git a/public/none.webp b/public/none.webp new file mode 100644 index 00000000..500b7152 Binary files /dev/null and b/public/none.webp differ diff --git a/src/lib/SideBars/Sidebar.svelte b/src/lib/SideBars/Sidebar.svelte index 239c60d9..8cc57828 100644 --- a/src/lib/SideBars/Sidebar.svelte +++ b/src/lib/SideBars/Sidebar.svelte @@ -108,37 +108,20 @@ - {#if charimg !== ""} - -
{ + +
{ + changeChar(i); + }} + on:keydown={(e) => { + if (e.key === "Enter") { changeChar(i); - }} - on:keydown={(e) => { - if (e.key === "Enter") { - changeChar(i); - } - }} - tabindex="0" - > - -
- {:else} - -
{ - changeChar(i); - }} - on:keydown={(e) => { - if (e.key === "Enter") { - changeChar(i); - } - }} - tabindex="0" - > - -
- {/if} + } + }} + tabindex="0" + > + +
{#if editMode}