Run lint
This commit is contained in:
parent
1b63bbc0da
commit
9f906d1fdf
13 changed files with 17 additions and 17 deletions
|
|
@ -12,7 +12,7 @@ import './styles.scss';
|
|||
import { create } from './portfolio';
|
||||
|
||||
const addSupportForTabNavigation = () =>
|
||||
document.addEventListener('keydown', e => {
|
||||
document.addEventListener('keydown', (e) => {
|
||||
if (e.key === ' ') {
|
||||
(document.activeElement as HTMLElement)?.click();
|
||||
e.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue