fix: add HEIC/HEIF extensions to file input accept attributes across tools

This commit is contained in:
ashim-hq
2026-04-19 15:49:37 +08:00
parent 7a29e6161e
commit 1a16b86a01
5 changed files with 5 additions and 5 deletions
@@ -57,7 +57,7 @@ export function FileUploadArea() {
</div>
<input
type="file"
accept="image/*"
accept="image/*,.heic,.heif,.hif"
multiple
className="hidden"
onChange={handleInputChange}