diff --git a/src/components/ResultsView.tsx b/src/components/ResultsView.tsx index aeed7a5e..2423a75e 100644 --- a/src/components/ResultsView.tsx +++ b/src/components/ResultsView.tsx @@ -288,6 +288,12 @@ const ResultView = ({ e.stopPropagation(); } }} + onMouseDown={e => { + if (e.ctrlKey) { + e.preventDefault(); + e.stopPropagation(); + } + }} > {cell(k)}