Handle touch move

This commit is contained in:
Jon Staab
2024-10-25 17:05:09 -07:00
parent c88b6da23f
commit 8e97dd0c69
3 changed files with 19 additions and 5 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
</script>
{#if $replies.length > 0}
<div class="flex-inline btn btn-neutral btn-xs gap-1 rounded-full">
<button type="button" on:click class="flex-inline btn btn-neutral btn-xs gap-1 rounded-full">
<Icon icon="reply" />
{$replies.length}
</div>
</button>
{/if}