Skip to content

Commit 9fde53a

Browse files
committed
remove redundant comment
1 parent 1e2fa18 commit 9fde53a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

webapp/TargetedMS/js/QCTrendPlotPanel.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,10 +2547,6 @@ Ext4.define('LABKEY.targetedms.QCTrendPlotPanel', {
25472547
return '#' + d['Color'];
25482548
};
25492549

2550-
// With many replicates, the "Add annotation" markers can overlap existing annotation
2551-
// glyphs and intercept their hover/click events. Render the add-annotation
2552-
// markers first so the existing annotation glyphs paint on top and take precedence for hovering and clicking.
2553-
25542550
// Add add-annotation markers with '+' shape
25552551
const addShape = function (size) {
25562552
var s = size / 2;

0 commit comments

Comments
 (0)