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 aa05c40 commit 18c3490Copy full SHA for 18c3490
packages/webamp/js/components/WinampButton.tsx
@@ -89,9 +89,7 @@ export default function WinampButton({
89
};
90
91
const onPointerLeave = (e: React.PointerEvent<HTMLDivElement>) => {
92
- if (e.buttons === 1) {
93
- setActive(false);
94
- }
+ setActive(false);
95
96
97
return (
0 commit comments