warpdesign / react-explorer

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

Selection: changing sort method messes up with the cursor selection #441

Closed warpdesign closed 4 months ago

warpdesign commented 4 months ago

When the sort method is changed, using the cursor keys to change selection is broken: this is because it's using the previous index, not the updated one.

warpdesign commented 4 months ago

Fixed in #440