summaryrefslogtreecommitdiff
path: root/source/features/extend-diff-expander.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/extend-diff-expander.tsx')
-rw-r--r--source/features/extend-diff-expander.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/extend-diff-expander.tsx b/source/features/extend-diff-expander.tsx
index cfca695a..6581d567 100644
--- a/source/features/extend-diff-expander.tsx
+++ b/source/features/extend-diff-expander.tsx
@@ -11,7 +11,7 @@ function expandDiff(event: DelegateEvent): void {
}
function init(): void {
- delegate('.diff-view', '.js-expandable-line', 'click', expandDiff);
+ delegate('.diff-view .js-expandable-line', 'click', expandDiff);
}
features.add({