fix(desktop): focus prompt input after dialog close

This commit is contained in:
Adam
2025-12-16 15:25:00 -06:00
parent 1e89f27a85
commit 999060cc3c
3 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -108,8 +108,7 @@ export function SessionTurn(
createResizeObserver(
() => state.contentRef,
({ height }) => {
console.log(height)
() => {
scrollToBottom()
},
)