Skip to content

Commit

Permalink
no longer clear input
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Jan 2, 2025
1 parent d40129a commit dd42ba4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cascadia/QueryExtension/ExtensionPalette.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,6 @@ namespace winrt::Microsoft::Terminal::Query::Extension::implementation
void ExtensionPalette::_close()
{
Visibility(Visibility::Collapsed);

// Clear the text box each time we close the dialog. This is consistent with VsCode.
_queryBox().Text(winrt::hstring{});
}

ChatMessage::ChatMessage(winrt::hstring content, bool isQuery) :
Expand Down

0 comments on commit dd42ba4

Please sign in to comment.