address comment.

This commit is contained in:
Darshan
2025-10-27 18:20:20 +05:30
parent 18d7f4c65f
commit 4e45b99561
@@ -53,7 +53,7 @@
<div style:display="grid">
<Tooltip maxWidth="225px" portal disabled={!headerTooltipText || showing} delay={100}>
<button
onclick={() => onChildrenClick?.()}
onclick={() => enabled && onChildrenClick?.()}
style:cursor={enabled ? 'pointer' : undefined}>
{@render children(toggle)}
</button>