mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
07306ff209
Moves the `TextChanged` event handler for the driver model filter from the UI script to the core `Register-EventHandlers` function. This change centralizes the logic and makes the handler more generic by retrieving the UI state from the window's tag instead of relying on a global variable.