Skip to content

Commit

Permalink
Observe subtree of dashboard news to fix hide-own-stars
Browse files Browse the repository at this point in the history
  • Loading branch information
notlmn committed Jan 10, 2019
1 parent 3737e09 commit c948b11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/features/hide-own-stars.js
Expand Up @@ -11,5 +11,8 @@ export default function () {
item.style.display = 'none';
}
}
}, {
childList: true,
subtree: true
});
}

0 comments on commit c948b11

Please sign in to comment.