We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fec55 commit 0db8130Copy full SHA for 0db8130
1 file changed
src/components/ShareButton.tsx
@@ -31,7 +31,6 @@ export default function ShareButton({ isFullscreen, viewerRef }: ShareButtonProp
31
}, []);
32
33
const paperPath = origin + pathname;
34
- console.log("isFullscreen:", isFullscreen, "container:", isFullscreen ? viewerRef.current : document.body);
35
return (
36
<Dialog>
37
<DialogTrigger asChild>
0 commit comments