@ngrdt/menu 0.0.18 → 0.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/ngrdt-menu.mjs
CHANGED
|
@@ -1011,7 +1011,6 @@ class RdtMenuBaseComponent {
|
|
|
1011
1011
|
checkActiveElement(event) {
|
|
1012
1012
|
const closeOnFocusOut = untracked(this.closeOnFocusOut);
|
|
1013
1013
|
if (closeOnFocusOut && !this.openOnHover) {
|
|
1014
|
-
console.log('focusout', event);
|
|
1015
1014
|
const thisEl = this.elRef.nativeElement;
|
|
1016
1015
|
const target = event.relatedTarget;
|
|
1017
1016
|
if (!(target instanceof HTMLElement) || !thisEl.contains(target)) {
|