Skip to content

Commit 8da3695

Browse files
Review changes
1 parent e2f183b commit 8da3695

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

maui/src/Popup/SfPopup/SfPopup.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,9 +3157,10 @@ void SetParent()
31573157

31583158
// _popupOverlayContainer visibility is set to false after dismissing the popup.
31593159
// _popupOverlayContainer will be set as the parent to popupView here from DisplayPopup().
3160-
// Due to the framework changes, the IsVisible property of _popupView is set to false when reopening with the same instance of the popup, since _popupOverlayContainer visibility will now be false.
3160+
// Due to the framework changes [https://github.com/dotnet/maui/pull/20154],
3161+
// the IsVisible property of _popupView is set to false when reopening with the same instance of the popup, since _popupOverlayContainer visibility will now be false.
31613162
// _popupOverlayContainer visibility is set to true in a later section, but _popupView visibility will still remain false.
3162-
// causes popup to appear blank for second time.
3163+
// causes popup to appear blank for second time
31633164
_popupOverlayContainer.IsVisible = true;
31643165
_popupView.Parent = _popupOverlayContainer;
31653166
}

0 commit comments

Comments
 (0)