We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4985c9 commit 53dabc8Copy full SHA for 53dabc8
src/components/pip/PIPContents.tsx
@@ -8,7 +8,6 @@ import cx from '@cx';
8
import { useCallback, useState } from 'react';
9
import { useStore } from 'zustand';
10
11
-tempStore.getState().openPiP();
12
const PIPContents: React.FC = () => {
13
const [isHovered, setIsHovered] = useState(false);
14
const { pipShowMetadata, hideStatus } = useStore(appStore, (s) => s.lyrics);
0 commit comments