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 3383b2f commit 3f4e710Copy full SHA for 3f4e710
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