summaryrefslogtreecommitdiff
path: root/source/features/hide-useless-comments.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/hide-useless-comments.tsx')
-rw-r--r--source/features/hide-useless-comments.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/hide-useless-comments.tsx b/source/features/hide-useless-comments.tsx
index a3a98f2a..2f0ede9a 100644
--- a/source/features/hide-useless-comments.tsx
+++ b/source/features/hide-useless-comments.tsx
@@ -46,7 +46,7 @@ function init() {
}
function unhide(event) {
- for (const comment of select.all<HTMLElement>('.rgh-hidden-comment')) {
+ for (const comment of select.all('.rgh-hidden-comment')) {
comment.hidden = false;
}