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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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(