mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Make shade mode trigger on click like the rest of the buttons
This commit is contained in:
parent
0608b2f9c6
commit
a0cecb8f93
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const Shade = memo(() => {
|
|||
return (
|
||||
<ClickedDiv
|
||||
id="shade"
|
||||
onPointerDown={handleClick}
|
||||
onClick={handleClick}
|
||||
onDoubleClick={(e) => e.stopPropagation()}
|
||||
title="Toggle Windowshade Mode"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue