fix: apply tmux layout config during pane spawning (#1671)

This commit is contained in:
YeonGyu-Kim
2026-02-17 01:36:01 +09:00
parent fcf26d9898
commit 3a2f886357
5 changed files with 208 additions and 57 deletions
@@ -55,6 +55,7 @@ mock.module('./pane-state-querier', () => ({
mock.module('./action-executor', () => ({
executeActions: mockExecuteActions,
executeAction: mockExecuteAction,
executeActionWithDeps: mockExecuteAction,
}))
mock.module('../../shared/tmux', () => {