improve selection toggle

This commit is contained in:
Guilhem
2025-11-12 13:14:15 +01:00
parent 85da18b4cb
commit 4994745c58
@@ -824,11 +824,6 @@
>
<MousePointer size="14" />
</ControlButton>
{#if selectionManager.selectedIds.length > 0}
<span class="text-xs text-secondary"
>{selectionManager.selectedIds.length} selected</span
>
{/if}
</div>
{/if}
{#if download}