mirror of
https://github.com/temetro/temetro.git
synced 2026-07-29 05:08:59 +00:00
700b461618
The "+" attach control called fileInputRef.current.click() programmatically. When the textarea is focused with text, clicking "+" blurs it first and the browser drops the programmatic picker-open (user-activation gating), so no file could be attached while typing. Replace it with a real <label> wrapping the file input — native label activation always opens the picker, regardless of focus/text state. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>