@leanix/components 0.4.563 → 0.4.564
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.
@@ -3786,6 +3786,9 @@ class CdkOptionsDropdownComponent {
|
|
3786
3786
|
if (open) {
|
3787
3787
|
this.isPositionComputed = false;
|
3788
3788
|
setTimeout(() => {
|
3789
|
+
if (!this.dropdownContainer) {
|
3790
|
+
return;
|
3791
|
+
}
|
3789
3792
|
const dropdownElement = this.dropdownContainer.nativeElement;
|
3790
3793
|
this.overlay.overlayRef.updateSize({
|
3791
3794
|
height: dropdownElement.offsetHeight,
|