Skip to content

Commit

Permalink
Revert "this is important for moving, yknow, the panes"
Browse files Browse the repository at this point in the history
This reverts commit 0a6c21f.
  • Loading branch information
zadjii-msft committed Feb 3, 2023
1 parent 0f33913 commit 713ea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/TerminalTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ namespace winrt::TerminalApp::implementation
{
// Give initial ids (0 for the child created with this tab,
// 1 for the child after the first split.
auto state = _rootPane->BuildStartupActions(0, 1, asContent);
auto state = _rootPane->BuildStartupActions(0, 1);

{
ActionAndArgs newTabAction{};
Expand Down

0 comments on commit 713ea71

Please sign in to comment.