@danske/sapphire-angular 1.20.1 → 1.20.2

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.
@@ -1661,6 +1661,7 @@ class PopoverTriggerDirective {
1661
1661
  close() {
1662
1662
  if (this.isOpen()) {
1663
1663
  this.overlayRef?.detach();
1664
+ this.changeDetectorRef.markForCheck();
1664
1665
  }
1665
1666
  }
1666
1667
  /** Whether the popover is open. */