v1.0-230926 #27

Merged
FatttSnake merged 81 commits from dev into master 2023-09-26 11:06:08 +08:00
Showing only changes of commit 6fc0df74fa - Show all commits

View File

@@ -72,7 +72,7 @@ const Home: React.FC = () => {
} }
const handleWheel = (event: React.WheelEvent) => { const handleWheel = (event: React.WheelEvent) => {
if (event.altKey || event.ctrlKey || event.shiftKey) { if (event.altKey || event.ctrlKey || event.shiftKey || event.deltaY === 0) {
return return
} }