Skip to content

Commit

Permalink
fix: show frameworks annotated with #801
Browse files Browse the repository at this point in the history
  • Loading branch information
krausest committed Mar 13, 2021
1 parent 34e79c7 commit 2e93b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdriver-ts-results/src/Common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const categories: Category[] = [
{id:1, text:"Manual DOM manipulations", issues: [772]},
{id:2, text:"View state on the model", issues: [800]},
{id:3, text:"Explicit requestAnimationFrame calls", issues: [796]},
// {id:4, text:"Manual event delegation", issues: [801]},
{id:4, text:"Manual event delegation", issues: [801]},
{id:5, text:"Errors in the implementation", issues: [634, 694]},
]

Expand Down

0 comments on commit 2e93b04

Please sign in to comment.