mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 22:05:19 +00:00
fix
This commit is contained in:
parent
b862dff185
commit
29467a7057
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@
|
||||||
<button
|
<button
|
||||||
class=" bg-gray-400 text-white border border-white rounded-full group-hover:visible invisible transition"
|
class=" bg-gray-400 text-white border border-white rounded-full group-hover:visible invisible transition"
|
||||||
type="button"
|
type="button"
|
||||||
on:click={() => {
|
on:click|stopPropagation={() => {
|
||||||
dispatch('dismiss');
|
dispatch('dismiss');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue