mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-30 05:06:52 -07:00
refactor: push isValidPath() into parsePastedPaths() (#18664)
This commit is contained in:
committed by
GitHub
parent
da122b1f8a
commit
415cebe904
@@ -70,7 +70,7 @@ export const ConfigExtensionDialog: React.FC<ConfigExtensionDialogProps> = ({
|
||||
initialText: '',
|
||||
viewport: { width: 80, height: 1 },
|
||||
singleLine: true,
|
||||
isValidPath: () => true,
|
||||
escapePastedPaths: true,
|
||||
});
|
||||
|
||||
const mounted = useRef(true);
|
||||
|
||||
Reference in New Issue
Block a user