clear search box

This commit is contained in:
Carlos Zamora 2025-11-06 15:32:35 -08:00
parent cff62cc60e
commit 6fbf953fb2

View File

@ -1426,9 +1426,7 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
{ {
_Navigate(*extPkgVM, subpage, elementToFocus); _Navigate(*extPkgVM, subpage, elementToFocus);
} }
// TODO CARLOS: SettingsSearchBox().Text(L"");
// - update selected item
// - clear text box
} }
} }