We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9a820 commit 3d9d32bCopy full SHA for 3d9d32b
src/cascadia/TerminalControl/SearchBoxControl.cpp
@@ -155,7 +155,7 @@ namespace winrt::Microsoft::Terminal::Control::implementation
155
// search box remains in Visible state (though not really *visible*) during the
156
// first load. So, we only need to apply this check here (after checking that
157
// we're done initializing).
158
- if(IsOpen())
+ if (IsOpen())
159
{
160
callback();
161
return;
0 commit comments