warpdesign / react-explorer

File manager written in TypeScript, React, Blueprint and packaged with Electron
MIT License
244 stars 35 forks source link

File/TableView: when no file is selected, pressing up does nothing #434

Closed warpdesign closed 5 months ago

warpdesign commented 5 months ago

When no file is selected, pressing the up arrow key should select the last item.

Note: pressing down arrow key selects the first element as expected.