mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35: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
|
||||
class=" bg-gray-400 text-white border border-white rounded-full group-hover:visible invisible transition"
|
||||
type="button"
|
||||
on:click={() => {
|
||||
on:click|stopPropagation={() => {
|
||||
dispatch('dismiss');
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue