카메라 업데이트
This commit is contained in:
parent
8980fdcc39
commit
faf98ce6a5
@ -171,6 +171,7 @@ export default function Search({ ...props }) {
|
|||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
accept="image/*"
|
accept="image/*"
|
||||||
|
capture="camera"
|
||||||
ref={fileInputRef}
|
ref={fileInputRef}
|
||||||
onChange={handleFileChange}
|
onChange={handleFileChange}
|
||||||
style={{ display: 'none' }}
|
style={{ display: 'none' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user