diff options
Diffstat (limited to 'source/features/update-pr-from-base-branch.tsx')
-rw-r--r-- | source/features/update-pr-from-base-branch.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/update-pr-from-base-branch.tsx b/source/features/update-pr-from-base-branch.tsx index bc487809..b1f476aa 100644 --- a/source/features/update-pr-from-base-branch.tsx +++ b/source/features/update-pr-from-base-branch.tsx @@ -99,7 +99,7 @@ function init(): void | false { } observer = observeEl('.discussion-timeline-actions', addButton)!; - delegate('.discussion-timeline-actions', '.rgh-update-pr-from-master', 'click', handler); + delegate('.rgh-update-pr-from-master', 'click', handler); } features.add({ |