feat(FN-3884): anchor QuickChatFAB and chat messages to latest on layout sh

Merges FN-3884 chat scroll anchoring — ChatView now re-scrolls to the latest message when reopened or when activation transitions occur, with a bounded bottom-anchor helper preventing layout-shift overshoots. QuickChatFAB was updated to wire the new anchoring behavior, and both components gained com

Fusion-Task-Id: FN-3884
This commit is contained in:
Fusion
2026-05-09 13:40:02 -07:00
committed by gsxdsm
parent d2d1aad727
commit 1e800594d5
5 changed files with 268 additions and 34 deletions

View File

@@ -0,0 +1,7 @@
---
"@runfusion/fusion": patch
---
Fix chat thread bottom anchoring when reopening sessions.
Quick Chat and Chat now scroll to the latest message every time they are reopened, even when markdown/images/tool details render after the initial paint.