mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 06:45:24 +00:00
fix: model selector focus
This commit is contained in:
parent
807cfdecfb
commit
d1eb2c2207
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@
|
||||||
searchValue = '';
|
searchValue = '';
|
||||||
window.setTimeout(() => document.getElementById('model-search-input')?.focus(), 0);
|
window.setTimeout(() => document.getElementById('model-search-input')?.focus(), 0);
|
||||||
}}
|
}}
|
||||||
|
closeFocus={false}
|
||||||
>
|
>
|
||||||
<DropdownMenu.Trigger class="relative w-full" aria-label={placeholder}>
|
<DropdownMenu.Trigger class="relative w-full" aria-label={placeholder}>
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue