// https://github.com/clauderic/react-sortable-hoc/issues/256 export const isRightClick = e => (e.buttons === 1 && e.ctrlKey === true) || // macOS trackpad ctrl click (e.buttons === 2 && e.button === 2) // Regular mouse or macOS double-finger tap