Files
PowerToys/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels
Mike Griese ad974bd679 Wait to update SearchText until we've actually updated SearchText (#39093)
Closes #38829

If we always UpdateProperty here, then there's a possible
race condition, where we raise the PropertyChanged(SearchText)
before the subclass actually retrieves the new SearchText from the
model. In that race situation, if the UI thread handles the
PropertyChanged before ListViewModel fetches the SearchText, it'll
think that the old search text is the _new_ value.
2025-04-27 15:29:15 -05:00
..
2025-04-27 13:44:47 +08:00
2025-04-27 13:44:47 +08:00