mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
a5683c411a
commit
95f9d69e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@
|
|||
|
||||
const onKeyDown = (e) => {
|
||||
const searchOptions = document.getElementById('search-options-container');
|
||||
if (searchOptions) {
|
||||
if (searchOptions || !show) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue