Fix #2922: Prevent @ concatenation to valid paths in shellmode. (#2932)

This commit is contained in:
Daniel Sibaja
2025-07-05 16:20:12 -06:00
committed by GitHub
parent b564d4a088
commit 2b8a565f89
3 changed files with 78 additions and 8 deletions

View File

@@ -310,6 +310,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
stdin,
setRawMode,
isValidPath,
shellModeActive,
});
const handleExit = useCallback(