Change this

This commit is contained in:
2025-07-19 16:26:43 -07:00
parent 02ee5d5ace
commit 00577a28c1

View File

@@ -56,7 +56,7 @@ export default function Sidebar({ downloadProgress }: SidebarProps) {
return next
})
}
onContextMenu={() => {
onContextMenu={() =>
setRot(r => {
let next = r - dir * 90
if (next >= 360) {
@@ -68,7 +68,7 @@ export default function Sidebar({ downloadProgress }: SidebarProps) {
}
return next
})
}}
}
/>
</div>
<nav className="nav-links">