Skip to content

Commit 6fbf953

Browse files
committed
clear search box
1 parent cff62cc commit 6fbf953

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cascadia/TerminalSettingsEditor/MainPage.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,9 +1426,7 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
14261426
{
14271427
_Navigate(*extPkgVM, subpage, elementToFocus);
14281428
}
1429-
// TODO CARLOS:
1430-
// - update selected item
1431-
// - clear text box
1429+
SettingsSearchBox().Text(L"");
14321430
}
14331431
}
14341432

0 commit comments

Comments
 (0)