frontend-collective/react-sortable-tree

How to handle onKeyPress for an arrow navigation

ThiBsc opened this issue · 0 comments

Hi, I would like to know if there is a way to handle onKeyPress event to navigate node with arrow key

Use cases:
⬇️/⬆️: Next/previous node
⬅️/➡️ Open/close node

Thanks