Revert pagination preventDefault | it was eating all key events
This commit is contained in:
parent
947ec803b3
commit
e254a848e0
@ -37,8 +37,6 @@ const Pagination = ({ pagination, setPage }: Props) => {
|
||||
|
||||
const handleKeyEvent = useCallback(
|
||||
(event: KeyboardEvent) => {
|
||||
event.preventDefault();
|
||||
|
||||
const { code } = event;
|
||||
|
||||
if (code === 'ArrowRight') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user