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);
}
// TODO CARLOS:
// - update selected item
// - clear text box
SettingsSearchBox().Text(L"");
}
}