Skip to content

Commit

Permalink
Also show heatmap spikes for "mistake" annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Feb 26, 2024
1 parent db0566b commit 090f9fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/assets/javascripts/thyme/thyme_feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ $(document).on("turbolinks:load", function () {
for (let i = 0; i < allCategories.length; i++) {
category = allCategories[i];
annotationCategoryToggles[i] = new AnnotationCategoryToggle(category, heatmap);
if (category === Category.MISTAKE) {
// exclude mistake annotations from heatmap
annotationCategoryToggles[i].heatmap = null;
}
annotationCategoryToggles[i].add();
}

Expand Down

0 comments on commit 090f9fb

Please sign in to comment.