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
|
|
@ -850,6 +850,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||
</Show>
|
||||
<div class="relative max-h-[240px] overflow-y-auto">
|
||||
<div
|
||||
data-component="prompt-input"
|
||||
ref={(el) => {
|
||||
editorRef = el
|
||||
props.ref?.(el)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue