warpdesign / react-explorer

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

Pressing ctrl+o opens the file/folder in the other view #431

Closed warpdesign closed 4 months ago

warpdesign commented 4 months ago

On Windows/Linux, pressing ctrl+o should open the selected folder on the current view. Instead it is opened on the other view.

See FileView.tsx/onOpenFile: the code is wrong.