mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-09 02:26:45 +00:00
this is important for moving, yknow, the panes
This commit is contained in:
@@ -456,7 +456,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);
|
||||
auto state = _rootPane->BuildStartupActions(0, 1, asContent);
|
||||
|
||||
{
|
||||
ActionAndArgs newTabAction{};
|
||||
|
||||
Reference in New Issue
Block a user