diff --git a/src/pages/ContentScripts/features/repo-star-tooltip/index.tsx b/src/pages/ContentScripts/features/repo-star-tooltip/index.tsx index 3afd83a2..44ae1dfc 100644 --- a/src/pages/ContentScripts/features/repo-star-tooltip/index.tsx +++ b/src/pages/ContentScripts/features/repo-star-tooltip/index.tsx @@ -29,7 +29,7 @@ const init = async (): Promise => { //
//
// No matter the repo is starred or not, the two button are always there - // So we need to filter the visible one + // Select all star buttons and no more filtering const $starButton = $(starButtonSelector).filter(function () { if ($(this).parent().parent().css('display') !== 'none') { return true;