mirror of
https://github.com/open-webui/open-webui
synced 2025-02-20 12:00:22 +00:00
refac
This commit is contained in:
parent
8eb45acf10
commit
effa77379e
@ -157,7 +157,7 @@
|
|||||||
? 'bg-gray-100 dark:bg-gray-900'
|
? 'bg-gray-100 dark:bg-gray-900'
|
||||||
: ''}"
|
: ''}"
|
||||||
id="search-tag-{tagIdx}"
|
id="search-tag-{tagIdx}"
|
||||||
on:click={async () => {
|
on:click|stopPropagation={async () => {
|
||||||
const words = value.split(' ');
|
const words = value.split(' ');
|
||||||
|
|
||||||
words.pop();
|
words.pop();
|
||||||
@ -187,7 +187,7 @@
|
|||||||
? 'bg-gray-100 dark:bg-gray-900'
|
? 'bg-gray-100 dark:bg-gray-900'
|
||||||
: ''}"
|
: ''}"
|
||||||
id="search-option-{optionIdx}"
|
id="search-option-{optionIdx}"
|
||||||
on:click={async () => {
|
on:click|stopPropagation={async () => {
|
||||||
const words = value.split(' ');
|
const words = value.split(' ');
|
||||||
|
|
||||||
words.pop();
|
words.pop();
|
||||||
|
Loading…
Reference in New Issue
Block a user