Skip to content

Commit 7271207

Browse files
Update OpenTUI submodule to include directional scroll API
Updates to commit 4880350 which adds direction parameter to ScrollAcceleration for directional momentum tracking. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent f59b7f1 commit 7271207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/components/multiline-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export function MultilineInput({
397397
const displayText =
398398
focused && !isPlaceholder
399399
? displayValue.slice(0, cursorPosition) +
400-
'' +
400+
'' +
401401
displayValue.slice(cursorPosition)
402402
: displayValue
403403

0 commit comments

Comments
 (0)