mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-11 01:16:31 +00:00
ui: prevent tooltip from flickering open and closed on hover (#25503)
This commit is contained in:
parent
8f114a9b57
commit
c7af942e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
let {
|
||||
ref = $bindable(null),
|
||||
class: className,
|
||||
sideOffset = 0,
|
||||
sideOffset = 4,
|
||||
side = 'top',
|
||||
children,
|
||||
arrowClasses,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue