mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
fix(ui): stop sidebar chat rows flickering while the pointer moves across them (#27474)
This commit is contained in:
parent
8c9c64250d
commit
202f47ece8
1 changed files with 0 additions and 7 deletions
|
|
@ -621,7 +621,6 @@
|
|||
</LinkPreview.Root>
|
||||
{/if}
|
||||
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
{#if !readonly}
|
||||
<div
|
||||
id="sidebar-chat-item-menu"
|
||||
|
|
@ -630,12 +629,6 @@
|
|||
: 'invisible group-hover:visible'} absolute {className === 'pr-2'
|
||||
? 'right-[8px]'
|
||||
: 'right-1'} inset-y-0 mr-1.5 flex items-center"
|
||||
on:mouseenter={(e) => {
|
||||
mouseOver = true;
|
||||
}}
|
||||
on:mouseleave={(e) => {
|
||||
mouseOver = false;
|
||||
}}
|
||||
>
|
||||
{#if confirmEdit}
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue