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
@@ -65,7 +65,7 @@ export function ComposeSettings() {
id="compose-overlay-image"
ref={overlayInputRef}
type="file"
accept="image/*"
accept="image/*,.heic,.heif,.hif"
onChange={(e) => setOverlayFile(e.target.files?.[0] ?? null)}
className="hidden"
/>