Skip to content

Commit

Permalink
Remove extra linefeed
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten authored Jun 4, 2024
1 parent 14aa6e5 commit 16dce08
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public partial class AttachmentsPopupElementView : Control

private UI.Controls.PopupViewer? GetPopupViewerParent()
{

var parent = VisualTreeHelper.GetParent(this);
while(parent is not null && parent is not UI.Controls.PopupViewer popup)
{
Expand All @@ -42,4 +41,4 @@ public partial class AttachmentsPopupElementView : Control
}
}
}
#endif
#endif

0 comments on commit 16dce08

Please sign in to comment.