fix(desktop): focus prompt input after dialog close
This commit is contained in:
parent
9aa5460a0e
commit
99680baf83
3 changed files with 6 additions and 3 deletions
|
|
@ -108,8 +108,7 @@ export function SessionTurn(
|
|||
|
||||
createResizeObserver(
|
||||
() => state.contentRef,
|
||||
({ height }) => {
|
||||
console.log(height)
|
||||
() => {
|
||||
scrollToBottom()
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue