From 700b461618164ca101ef832250676bdcb51ce37e Mon Sep 17 00:00:00 2001 From: Khalid Abdi Date: Tue, 16 Jun 2026 21:07:27 +0300 Subject: [PATCH 1/9] frontend: fix composer attach while typing via native label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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