Im-Beast / deno_tui

🦕 Deno module for creating Terminal User Interfaces
https://deno.land/x/tui
MIT License
266 stars 18 forks source link

fix: selecting last row of a `Table` component using keyboard #35

Closed otokitoki closed 11 months ago

otokitoki commented 11 months ago

Fixed a problem in which the selected line unintentionally changes when the key is pressed.

Im-Beast commented 11 months ago

LGTM!, Thank you!