diff --git a/src/components/MinimizedAudioBar.tsx b/src/components/MinimizedAudioBar.tsx index 1fa5d430..724bee72 100644 --- a/src/components/MinimizedAudioBar.tsx +++ b/src/components/MinimizedAudioBar.tsx @@ -48,7 +48,7 @@ export function MinimizedAudioBar() { // Clamp stored position in case viewport or bottom offset changed return clampToViewport(stored.x, stored.y, 300, 64); }); - const [showCloseConfirm, setShowCloseConfirm] = useState(false); + // Drag state const dragging = useRef(false); @@ -186,30 +186,13 @@ export function MinimizedAudioBar() { - {showCloseConfirm ? ( -
- - -
- ) : ( - - )} +