diff --git a/app/islands/PhotoClickWrapper.tsx b/app/islands/PhotoClickWrapper.tsx index 0aab86a..54605ad 100644 --- a/app/islands/PhotoClickWrapper.tsx +++ b/app/islands/PhotoClickWrapper.tsx @@ -23,21 +23,16 @@ const PhotoClickWrapper: FC = ({ children, imageUrl, imageAlt }) => { return ( <> - {isClicked && ( -
-
- {imageAlt} e.stopPropagation()} - /> + {imageAlt}
)} diff --git a/biome.json b/biome.json index 3770e52..d943482 100644 --- a/biome.json +++ b/biome.json @@ -14,9 +14,6 @@ }, "complexity": { "noBannedTypes": "warn" - }, - "a11y": { - "useKeyWithClickEvents": "warn" } } },