summaryrefslogtreecommitdiff
path: root/source/features/select-notifications.tsx
diff options
context:
space:
mode:
authorGravatar Florent <cheap.glitch@gmail.com> 2021-10-14 12:52:21 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-14 12:52:21 +0200
commit1a19abf8142cc5bd3a4eeae5e85faf65e4b72d0b (patch)
tree174c800b8d4c9c4a5b3d6b24e6d7ddbd457b52da /source/features/select-notifications.tsx
parente30420785eb14c12248067b071982f3ff8bcbb30 (diff)
downloadrefined-github-1a19abf8142cc5bd3a4eeae5e85faf65e4b72d0b.tar.gz
refined-github-1a19abf8142cc5bd3a4eeae5e85faf65e4b72d0b.tar.zst
refined-github-1a19abf8142cc5bd3a4eeae5e85faf65e4b72d0b.zip
Add "Open all selected" button in `open-all-notifications` (#4910)
Diffstat (limited to 'source/features/select-notifications.tsx')
-rw-r--r--source/features/select-notifications.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/select-notifications.tsx b/source/features/select-notifications.tsx
index 73b24d69..92909ba7 100644
--- a/source/features/select-notifications.tsx
+++ b/source/features/select-notifications.tsx
@@ -169,7 +169,7 @@ function init(): void {
deinit.push(selectObserver.abort);
// Close the dropdown when one of the toolbar buttons is clicked
- delegate(document, '.js-notifications-mark-selected-actions > *', 'click', closeDropdown);
+ delegate(document, '.js-notifications-mark-selected-actions > *, .rgh-open-selected-button', 'click', closeDropdown);
}
void features.add(__filebasename, {