Skip to content

Commit 272cc75

Browse files
committed
PRE-MERGE #15253 Fix an infinite loop when pressing alt
2 parents 0c94c4a + ef02c18 commit 272cc75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cascadia/TerminalApp/TerminalWindow.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ namespace winrt::TerminalApp::implementation
874874
if (!focusedObject)
875875
{
876876
focusedObject = _root.try_as<IInspectable>();
877+
break;
877878
}
878879
}
879880
}

0 commit comments

Comments
 (0)