warpdesign / react-explorer

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

IconViewMode/TableViewMode: fix cursor navigation #440

Closed warpdesign closed 5 months ago

warpdesign commented 5 months ago

When no element is selected, next/prev cursor keys should select first/last element.

Also fixed: changing sort method and using cursor navigation would use previous cursorIndex.

Fixes #434 #441