fix: apply tmux layout config during pane spawning (#1671)
This commit is contained in:
@@ -55,6 +55,7 @@ mock.module('./pane-state-querier', () => ({
|
||||
mock.module('./action-executor', () => ({
|
||||
executeActions: mockExecuteActions,
|
||||
executeAction: mockExecuteAction,
|
||||
executeActionWithDeps: mockExecuteAction,
|
||||
}))
|
||||
|
||||
mock.module('../../shared/tmux', () => {
|
||||
|
||||
Reference in New Issue
Block a user