warpdesign / react-explorer

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

FileView: only call cache.selectAll if view is active #419

Closed warpdesign closed 1 year ago

warpdesign commented 1 year ago

Since we did not check if the cache's view was active, selectAll was applied to both caches when split view was enabled.