fix(desktop): focus prompt input after dialog close

This commit is contained in:
Adam 2025-12-16 15:25:00 -06:00 committed by Aiden Cline
commit c15b581131
3 changed files with 6 additions and 3 deletions

View file

@ -108,8 +108,7 @@ export function SessionTurn(
createResizeObserver(
() => state.contentRef,
({ height }) => {
console.log(height)
() => {
scrollToBottom()
},
)