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