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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user