Skip to content

Commit

Permalink
ci: Forcing IsUiAutomationMappingEnabled to true on wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklimakc committed Jul 13, 2023
1 parent c498044 commit e703a9c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ public App()

this.InitializeComponent();

#if __WASM__
FrameworkElementHelper.IsUiAutomationMappingEnabled = true;
#endif

#if HAS_UNO || NETFX_CORE
this.Suspending += OnSuspending;
#endif
Expand Down

0 comments on commit e703a9c

Please sign in to comment.