@dotglitch/ngx-common 1.0.19 → 1.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.
@@ -596,7 +596,7 @@ class MenuComponent {
596
596
  position: cords,
597
597
  panelClass: ["ngx-menu", "ngx-app-menu"].concat(this.config?.customClass || []),
598
598
  backdropClass: "ngx-menu-backdrop",
599
- hasBackdrop: !hideBackdrop,
599
+ hasBackdrop: false,
600
600
  data: {
601
601
  data: this.data,
602
602
  parentCords: this.viewContainer?.element?.nativeElement?.getBoundingClientRect(),