diff options
author | 2020-04-08 00:13:02 +0200 | |
---|---|---|
committer | 2020-04-08 00:14:49 +0200 | |
commit | 9581d7f78a22275717ad3c5c812ef14b2a4fb8d2 (patch) | |
tree | 7dacd50447a41180594de301edb993cc899257dd /source/features/batch-open-issues.tsx | |
parent | 9fa2a1dd71a0b2465fb67ab29918a7b63bdac0fa (diff) | |
download | refined-github-9581d7f78a22275717ad3c5c812ef14b2a4fb8d2.tar.gz refined-github-9581d7f78a22275717ad3c5c812ef14b2a4fb8d2.tar.zst refined-github-9581d7f78a22275717ad3c5c812ef14b2a4fb8d2.zip |
Update delegate-it
Diffstat (limited to 'source/features/batch-open-issues.tsx')
-rw-r--r-- | source/features/batch-open-issues.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/batch-open-issues.tsx b/source/features/batch-open-issues.tsx index 8aa9e859..69de1f09 100644 --- a/source/features/batch-open-issues.tsx +++ b/source/features/batch-open-issues.tsx @@ -36,7 +36,7 @@ function init(): void | false { return false; } - delegate('.rgh-batch-open-issues', 'click', openIssues); + delegate(document, '.rgh-batch-open-issues', 'click', openIssues); // Add button to open all visible discussions select('.table-list-header-toggle:not(.states)')?.prepend( |