mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:59:33 +00:00
Revert pagination preventDefault | it was eating all key events
This commit is contained in:
@@ -37,8 +37,6 @@ const Pagination = ({ pagination, setPage }: Props) => {
|
||||
|
||||
const handleKeyEvent = useCallback(
|
||||
(event: KeyboardEvent) => {
|
||||
event.preventDefault();
|
||||
|
||||
const { code } = event;
|
||||
|
||||
if (code === 'ArrowRight') {
|
||||
|
||||
Reference in New Issue
Block a user