These were from a previous attempt to do what #935 does.
@ -205,7 +205,6 @@ namespace Avalonia.Controls.Primitives
}
_popupRoot.Position = GetPosition();
IsVisible = true;
if (_topLevel == null && PlacementTarget != null)
{
@ -242,8 +242,6 @@ namespace Avalonia.Controls
PlatformImpl.Show();
/// <summary>
@ -293,7 +291,6 @@ namespace Avalonia.Controls
result.SetResult((TResult)_dialogResult);
});
return result.Task;