Skip to content

Commit dfbbc84

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 4798b31 commit dfbbc84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)