Update ink version to 6.6.9

This commit is contained in:
jacob314
2026-04-08 15:14:56 -07:00
parent 8b01d78512
commit 0213621541
4 changed files with 12 additions and 40 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
"fzf": "^0.5.2",
"glob": "^12.0.0",
"highlight.js": "^11.11.1",
"ink": "npm:@jrichman/ink@6.6.8",
"ink": "npm:@jrichman/ink@6.6.9",
"ink-gradient": "^3.0.0",
"ink-spinner": "^5.0.0",
"latest-version": "^9.0.0",
@@ -1849,7 +1849,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
? `line-${item.absoluteVisualIdx}`
: `ghost-${item.index}`
}
width={inputWidth}
width={inputWidth + 1 /* space for scrollbar */}
backgroundColor={listBackgroundColor}
containerHeight={Math.min(
buffer.viewportHeight,