opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix(tui): ensure arrow keys work for question selection

Open zerone0x opened this issue 4 days ago • 1 comments

Summary

  • Add guard clause to validate question data before processing keyboard events
  • Add stopPropagation() to prevent other handlers from interfering with arrow key navigation

Fixes #7638

zerone0x avatar Jan 10 '26 22:01 zerone0x