mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Remove hotkeys and fix tag selection (#505)
* Remove broken scene player hotkeys * Disable closing tag select menu after a select
This commit is contained in:
@@ -22,7 +22,7 @@ export const ImageInput: React.FC<IImageInput> = ({
|
||||
<Form.Control
|
||||
type="file"
|
||||
onChange={onImageChange}
|
||||
accept={`.jpg,.jpeg,.png${acceptSVG ? ',.svg' : ''}`}
|
||||
accept={`.jpg,.jpeg,.png${acceptSVG ? ",.svg" : ""}`}
|
||||
/>
|
||||
</Form.Label>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user