fix(cli): collapse input area during approvals and selector overlays (#776)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -10076,6 +10076,9 @@ Plan file path: ${planFilePath}`;
|
||||
bashRunning={bashRunning}
|
||||
onBashInterrupt={handleBashInterrupt}
|
||||
inputEnabled={inputEnabled}
|
||||
collapseInputWhenDisabled={
|
||||
pendingApprovals.length > 0 || anySelectorOpen
|
||||
}
|
||||
permissionMode={uiPermissionMode}
|
||||
onPermissionModeChange={handlePermissionModeChange}
|
||||
onExit={handleExit}
|
||||
|
||||
Reference in New Issue
Block a user