Make shade mode trigger on click like the rest of the buttons

This commit is contained in:
Jordan Eldredge 2025-07-21 20:03:04 -07:00
parent 0608b2f9c6
commit a0cecb8f93

View file

@ -9,7 +9,7 @@ const Shade = memo(() => {
return (
<ClickedDiv
id="shade"
onPointerDown={handleClick}
onClick={handleClick}
onDoubleClick={(e) => e.stopPropagation()}
title="Toggle Windowshade Mode"
/>