feat: useMouseWheel -> useScreenMouseWheel

This commit is contained in:
2025-11-21 21:01:46 +01:00
parent 02ee08b4b0
commit eda85b7435
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) {