We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7579db8 commit 27e7294Copy full SHA for 27e7294
1 file changed
web/components/config/PhotoPreview.tsx
@@ -32,6 +32,7 @@ export function PhotoPreviewButton({ text, onSelect }: ButtonProps) {
32
id="file-upload"
33
ref={inputRef}
34
type="file"
35
+ tabIndex={0}
36
onChange={(e) => {
37
const ok = imageSelectHandler(e);
38
if (ok) {
0 commit comments