Skip to content

Commit

Permalink
chore: Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 5, 2024
1 parent 41fc61a commit 521bcd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public Flyout_ShowAt_Window_Content()

#if HAS_UNO
XamlRoot _xamlRoot = null;
Unloaded += (s, e) => _xamlRoot = XamlRoot;
Loaded += (s, e) => _xamlRoot = XamlRoot;
Unloaded += (s, e) =>
{
// close all popups at the end of the test.
Expand Down

0 comments on commit 521bcd1

Please sign in to comment.