fix(core): skip delay when switching between grouped tooltips (#903)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sam Potts
2026-03-12 11:04:59 +11:00
committed by GitHub
co-authored by Claude Opus 4.6
parent ef9757cd28
commit ff8fb3fd36
3 changed files with 6 additions and 6 deletions
@@ -19,7 +19,7 @@ export class TooltipGroupElement extends MediaElement {
timeout = TooltipGroupCore.defaultProps.timeout;
readonly #core = new TooltipGroupCore();
readonly #provider = new ContextProvider(this, { context: tooltipGroupContext });
readonly #provider = new ContextProvider(this, { context: tooltipGroupContext, initialValue: this.#core });
protected override update(_changed: PropertyValues): void {
super.update(_changed);