Skip to content

Commit

Permalink
fix: Avoid duplicate SyncDataContext
Browse files Browse the repository at this point in the history
(cherry picked from commit 45a0ebf)
  • Loading branch information
MartinZikmund authored and mergify[bot] committed Aug 11, 2023
1 parent 02e0363 commit 74e8472
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Uno.UI/UI/Xaml/Controls/ContentControl/ContentControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,6 @@ public void UpdateContentTemplateRoot()
{
OnApplyTemplate();
}

SyncDataContext();
}

private void SetContentTemplateRootToPlaceholder()
Expand Down

0 comments on commit 74e8472

Please sign in to comment.