Skip to content

Commit de051f2

Browse files
committed
fix(opencode): resolve type error for unsupported textarea actions
1 parent a51c8b6 commit de051f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/opencode/src/cli/cmd/tui/component/prompt

packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function mapTextareaKeybindings(
9696
ctrl: binding.ctrl || undefined,
9797
meta: binding.meta || undefined,
9898
shift: binding.shift || undefined,
99-
action,
99+
action: action as KeyBinding["action"],
100100
}))
101101
}
102102

0 commit comments

Comments
 (0)