fix(tmux): track placeholder panes before attach readiness
This commit is contained in:
committed by
YeonGyu-Kim
parent
688bb551b2
commit
c63108d55b
@@ -13,6 +13,7 @@ export function createTrackedSession(params: {
|
||||
paneId: params.paneId,
|
||||
description: params.description,
|
||||
attachActivated: false,
|
||||
attachActivatedAt: undefined,
|
||||
createdAt: now,
|
||||
lastSeenAt: now,
|
||||
closePending: false,
|
||||
|
||||
Reference in New Issue
Block a user