Skip to content

Commit 7d69d46

Browse files
authored
Do not drag images in comparison table rows (#2304)
1 parent 160be9d commit 7d69d46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview/src/plots/components/comparisonTable/ComparisonTableRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const ComparisonTableRow: React.FC<ComparisonTableRowProps> = ({
8383
</div>
8484
) : (
8585
<img
86+
draggable={false}
8687
src={plot.url}
8788
alt={`Plot of ${path} (${plot.revision})`}
8889
/>

0 commit comments

Comments
 (0)