diff --git a/components/tracks/Track.tsx b/components/tracks/Track.tsx index e796e27..7cce716 100644 --- a/components/tracks/Track.tsx +++ b/components/tracks/Track.tsx @@ -164,14 +164,14 @@ export function Track({
{/* Left: Track Control Panel (Fixed Width) */}
e.stopPropagation()} > {/* Track Name & Collapse Toggle */} @@ -308,7 +308,7 @@ export function Track({ {/* Right: Waveform Area (Flexible Width) */}
{!track.collapsed && ( @@ -316,11 +316,11 @@ export function Track({ {track.audioBuffer ? ( ) : ( -
+
No audio loaded
)}