Skip to content

Commit

Permalink
[PARENT] You know what, I just went for it.
Browse files Browse the repository at this point in the history
(cherry picked from commit 63ba8e1)
  • Loading branch information
zadjii-msft committed Jul 20, 2023
1 parent 11126f9 commit 5582e1b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/cascadia/TerminalApp/AppActionHandlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1290,14 +1290,7 @@ namespace winrt::TerminalApp::implementation
{
if (const auto activePane{ activeTab->GetActivePane() })
{
activePane;
// TODO! If we don't expose the IPaneContent, then there's no
// way to get a TerminalPaneContent to pass to
// _restartPaneConnection / _duplicateConnectionForRestart. We
// probably need to change the signature to accept a
// TermControl&Profile

// _restartPaneConnection(activePane);
_restartPaneConnection(activePane->GetContent().try_as<TerminalApp::TerminalPaneContent>(), nullptr);
}
}
args.Handled(true);
Expand Down

0 comments on commit 5582e1b

Please sign in to comment.