Add logo.png to public. Add vertical and horizontal scroll prevent. Fix scroll index out-of-bounds bug. #21
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user