mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
refac
This commit is contained in:
parent
8eb45acf10
commit
effa77379e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue