mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-11 05:30:20 +00:00
ui: prevent tooltip from flickering open and closed on hover (#25503)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
let {
|
||||
ref = $bindable(null),
|
||||
class: className,
|
||||
sideOffset = 0,
|
||||
sideOffset = 4,
|
||||
side = 'top',
|
||||
children,
|
||||
arrowClasses,
|
||||
|
||||
Reference in New Issue
Block a user