mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
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:
co-authored by
Claude Opus 4.6
parent
ef9757cd28
commit
ff8fb3fd36
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user