This commit is contained in:
Tushar Singh
2024-06-01 20:49:59 +05:30
parent ba9a82068e
commit 3d9d32bb1f

View File

@@ -155,7 +155,7 @@ namespace winrt::Microsoft::Terminal::Control::implementation
// search box remains in Visible state (though not really *visible*) during the
// first load. So, we only need to apply this check here (after checking that
// we're done initializing).
if(IsOpen())
if (IsOpen())
{
callback();
return;