You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maui/src/Popup/SfPopup/SfPopup.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3157,10 +3157,10 @@ void SetParent()
3157
3157
3158
3158
// _popupOverlayContainer visibility is set to false after dismissing the popup.
3159
3159
// _popupOverlayContainer will be set as the parent to popupView here from DisplayPopup().
3160
-
// Due to the framework changes [https://github.com/dotnet/maui/pull/20154],
3160
+
// Due to Maui 9.0.50 changes [https://github.com/dotnet/maui/pull/20154],
3161
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.
3162
3162
// _popupOverlayContainer visibility is set to true in a later section, but _popupView visibility will still remain false.
0 commit comments