fix(messages): auto-focus search input after selecting group member
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-03-20 11:30:09 +01:00
parent 8612ad4496
commit 097ab28bba

View File

@ -474,6 +474,7 @@
} else {
selectedIds.add(id);
searchInput.value = '';
searchInput.focus();
}
renderPills();
updateHiddenInputs();