fix(app): delay dock animation on session load

This commit is contained in:
Adam
2026-03-04 07:39:25 -06:00
parent e482405cdc
commit 64b21135f9
2 changed files with 42 additions and 2 deletions

View File

@@ -1254,6 +1254,7 @@ export default function Page() {
<SessionComposerRegion
state={composer}
ready={!store.deferRender && messagesReady()}
centered={centered()}
inputRef={(el) => {
inputRef = el