We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c38dc commit b0d9618Copy full SHA for b0d9618
src/file-selector.ts
@@ -478,6 +478,8 @@ export async function showFileSelectorWithPreview(
478
openInEditor(result.path);
479
// Clear file content cache so preview reflects edits
480
fileContentCache.clear();
481
+ // Clear screen before re-showing selector to avoid duplication artifacts
482
+ process.stdout.write("\x1b[2J\x1b[H");
483
continue;
484
}
485
0 commit comments