mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-11 00:56:16 +00:00
Accept images in file picker.
This commit is contained in:
@@ -240,7 +240,7 @@ export class TopBar extends React.Component<
|
||||
<input
|
||||
className="hidden"
|
||||
type="file"
|
||||
accept=".ged"
|
||||
accept=".ged,image/*"
|
||||
id="fileInput"
|
||||
multiple
|
||||
onChange={(e) => this.handleUpload(e)}
|
||||
|
||||
Reference in New Issue
Block a user