We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a075971 commit d0c80f0Copy full SHA for d0c80f0
extension/github-notifications-preview.js
@@ -49,7 +49,7 @@ function getRefinedGitHubUnreadCount() {
49
50
// Is the dropdown open? Is it opening?
51
function isOpen(el) {
52
- return select.exists('.NPG-opener[aria-expanded="true"], .NPG-loading', el);
+ return select.exists('.NPG-container[open], .NPG-loading', el);
53
}
54
55
async function updateUnreadCount() {
0 commit comments