Skip to content

Commit 2e93b04

Browse files
committed
fix: show frameworks annotated with #801
1 parent 34e79c7 commit 2e93b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts-results/src/Common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const categories: Category[] = [
2727
{id:1, text:"Manual DOM manipulations", issues: [772]},
2828
{id:2, text:"View state on the model", issues: [800]},
2929
{id:3, text:"Explicit requestAnimationFrame calls", issues: [796]},
30-
// {id:4, text:"Manual event delegation", issues: [801]},
30+
{id:4, text:"Manual event delegation", issues: [801]},
3131
{id:5, text:"Errors in the implementation", issues: [634, 694]},
3232
]
3333

0 commit comments

Comments
 (0)