mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-01-28 04:17:32 +00:00
fix: text selection on login for claude
This commit is contained in:
@@ -234,7 +234,7 @@ function Shell({ selectedProject, selectedSession, initialCommand, isPlainShell
|
||||
tabStopWidth: 4,
|
||||
windowsMode: false,
|
||||
macOptionIsMeta: true,
|
||||
macOptionClickForcesSelection: false,
|
||||
macOptionClickForcesSelection: true,
|
||||
theme: {
|
||||
background: '#1e1e1e',
|
||||
foreground: '#d4d4d4',
|
||||
|
||||
Reference in New Issue
Block a user