[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix empty tracklist click deselection

Kasper (Sep 15, 2024, 9:20 PM +0200) 90743a15 6221f7df

+1 -1
+1 -1
src/components/TrackList.svelte
··· 205 205 206 206 <div 207 207 bind:this={tracklist_element} 208 - class="tracklist" 208 + class="tracklist h-full" 209 209 role="table" 210 210 on:dragleave={() => (drag_to_index = null)} 211 211 class:no-selection={$selection.count === 0}