Skip to content

Commit

Permalink
chore(styles): [WASM] Set AssignDOMXamlProperties when debugging Samp…
Browse files Browse the repository at this point in the history
…lesApp
  • Loading branch information
davidjohnoliver committed Jun 3, 2020
1 parent 8c9ec7e commit c25177d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SamplesApp/SamplesApp.Wasm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ public static void Main(string[] args)
#if !DEBUG
Uno.UI.FeatureConfiguration.UIElement.RenderToStringWithId = false;
#endif
#if DEBUG
Uno.UI.FeatureConfiguration.UIElement.AssignDOMXamlProperties = true;
#endif

Windows.UI.Xaml.Application.Start(_ => _app = new App());
}
Expand Down

0 comments on commit c25177d

Please sign in to comment.