Skip to content

Commit

Permalink
Update ExpanderPage.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Nov 3, 2024
1 parent 176cbd0 commit b39431e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ private void ExpandDirectionComboBox_SelectionChanged(object sender, SelectionCh
break;
}

UpdateExampleCode();
if (this.IsLoaded)
{
UpdateExampleCode();
}
}

private void Page_Loaded(object sender, RoutedEventArgs e)
Expand Down

0 comments on commit b39431e

Please sign in to comment.