You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Ensure app is started after native WPF template is applied
If the initial page of the application has an input field as the first focusable element, an exception would occur, as the native overlay layer was not initialized yet. Moving app startup after WPF's OnApplyTemplate ensures that this condition does not occur.
0 commit comments