Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from microsoft:main #228

Merged
merged 1 commit into from
Oct 24, 2024
Merged

[pull] main from microsoft:main #228

merged 1 commit into from
Oct 24, 2024

Commits on Oct 23, 2024

  1. Stop updating AutoSuggestBox on selection redux (#18010)

    I wrote a big comment next to the changes I made.
    This is a redo of #17961 which had various issues.
    
    Closes #17916
    Closes #18070 
    
    ## Validation Steps Performed
    * Pressing Enter within the input line doesn't crash ✅
    * Type "Cour" and pick Courier New, press Save = Saved ✅
    * Pick any other font from the dropdown, press Save = Saved ✅
    * Picking an option dismisses focus but not to the tab row ✅
    * The first time after launching the SUI, when the setting is still
      unmodified, when you focus the box and pick an option,
      it'll unfocus the box ✅
    * When the setting is unmodified, and you pick the default
      (Cascadia Mono), it'll still unfocus the box ✅
    lhecker authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8d3f12b View commit details
    Browse the repository at this point in the history