this is important for moving, yknow, the panes

This commit is contained in:
Mike Griese
2022-07-14 16:47:29 -05:00
parent 4acbffb0e3
commit 35c82d37f0

View File

@@ -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{};