diff options
| author | Adam <[email protected]> | 2025-12-16 15:25:00 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-16 15:25:00 -0600 |
| commit | 99680baf83cd494a97b4db115ba2f1a2a4f7ce06 (patch) | |
| tree | 84e7ac2a78fe83af7a455a9f0af59d06fb1f9d55 /packages/ui/src/components | |
| parent | 9aa5460a0e1292dbfa6abcf944e8f5982618f3ca (diff) | |
| download | opencode-99680baf83cd494a97b4db115ba2f1a2a4f7ce06.tar.gz opencode-99680baf83cd494a97b4db115ba2f1a2a4f7ce06.zip | |
fix(desktop): focus prompt input after dialog close
Diffstat (limited to 'packages/ui/src/components')
| -rw-r--r-- | packages/ui/src/components/session-turn.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/ui/src/components/session-turn.tsx b/packages/ui/src/components/session-turn.tsx index 14e4055ca..cab6a7af3 100644 --- a/packages/ui/src/components/session-turn.tsx +++ b/packages/ui/src/components/session-turn.tsx @@ -108,8 +108,7 @@ export function SessionTurn( createResizeObserver( () => state.contentRef, - ({ height }) => { - console.log(height) + () => { scrollToBottom() }, ) |
