warpdesign / react-explorer

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

TableView/Header: stop contextMenu propagation #416

Closed warpdesign closed 1 year ago

warpdesign commented 1 year ago

This prevents the file context menu from opening when clicking on the header.

We'll probably have a context menu for changing sort method/order in the future.

Fixes #415