summaryrefslogtreecommitdiff
path: root/source/features/select-notifications.tsx
diff options
context:
space:
mode:
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, {