ui: prevent tooltip from flickering open and closed on hover (#25503)

This commit is contained in:
Pascal
2026-07-10 11:49:52 +02:00
committed by GitHub
parent 8f114a9b57
commit c7af942e8f
@@ -5,7 +5,7 @@
let {
ref = $bindable(null),
class: className,
sideOffset = 0,
sideOffset = 4,
side = 'top',
children,
arrowClasses,