fix(mobile): open the keyboard from the pill in browsers and draft unreleased changelog

The pill's expand focused the textarea from a rAF, outside the user
gesture — mobile browsers only show the soft keyboard for synchronous
focus, so the composer expanded silently. The expand now flushes the
render and focuses in the same gesture, and preventScroll applies only
inside the Capacitor shell so browsers keep their native reveal that
lifts the field above the keyboard (same for the post-overlay keyboard
restore). Also drafts the [Unreleased] changelog entries for everything
since v1.13.9.
This commit is contained in:
Bohdan Triapitsyn
2026-07-05 02:11:45 +03:00
parent aecf7af892
commit 0645cebe02
3 changed files with 32 additions and 8 deletions
+4
View File
@@ -1,3 +1,7 @@
## [Unreleased]
- Chat: loading older messages keeps your scroll position steady.
## [1.13.9] - 2026-07-02
- Agents: clearing optional agent fields now removes them from agent config instead of saving `null` values.