diff --git a/src/app/components/highlight.directive.ts b/src/app/components/highlight.directive.ts index 1890b1e..153f672 100644 --- a/src/app/components/highlight.directive.ts +++ b/src/app/components/highlight.directive.ts @@ -54,7 +54,7 @@ export class HighlightDirective implements AfterContentInit, OnDestroy { rangesRefresh() { setTimeout(() => { - console.log(this.elementRef.nativeElement, this.#highlight); + // console.log(this.elementRef.nativeElement, this.#highlight); const textNode = [...this.elementRef.nativeElement.childNodes].find( (child) => child.nodeType === Node.TEXT_NODE ); diff --git a/src/app/components/select-components/select-components.component.html b/src/app/components/select-components/select-components.component.html index 1a60a01..4394d00 100644 --- a/src/app/components/select-components/select-components.component.html +++ b/src/app/components/select-components/select-components.component.html @@ -26,9 +26,9 @@ autofocus slot="listbox" behavior="listbox" - (popoverhide)="popoverhide($event)" + (toggle)="popoverhide($event)" > - +