Add logo.png to public. Add vertical and horizontal scroll prevent. Fix scroll index out-of-bounds bug. #21

Merged
FatttSnake merged 5 commits from FatttSnake into dev 2023-09-22 16:33:13 +08:00
Showing only changes of commit 182c026aa2 - Show all commits

View File

@@ -124,7 +124,6 @@ const Home: React.FC = () => {
if (event.key === 'ArrowDown') { if (event.key === 'ArrowDown') {
handleScrollDown() handleScrollDown()
} }
console.log(content.length)
} }
const content = [ const content = [