feat: useMouseWheel -> useScreenMouseWheel

This commit is contained in:
2025-11-21 21:01:46 +01:00
parent 17eeb4cb13
commit 43cf159915
4 changed files with 36 additions and 16 deletions

View File

@@ -88,7 +88,7 @@ useKeyDown((key) => {
}
});
useMouseWheel((dy) => {
useScreenMouseWheel((dy) => {
if (dy > 0) {
scrollProjects("right");
} else if (dy < 0) {