fix: prevent event bubbling on sidebar track controls

Added stopPropagation to track controls container to prevent click events on sliders and buttons from bubbling up to the track selection handler.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-17 22:23:24 +01:00
parent 55e67bc187
commit 68760bb28f

View File

@@ -210,7 +210,7 @@ export function SidePanel({
</div>
{/* Track Controls - Always visible */}
<div className="space-y-2">
<div className="space-y-2" onClick={(e) => e.stopPropagation()}>
{/* Volume */}
<div className="space-y-1">
<div className="flex items-center justify-between">