Skip to content

Commit

Permalink
Merge branch 'master' into refactor/upgrade-react-version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyantong2000 authored Sep 25, 2024
2 parents b7bf097 + 3d9bed1 commit c3e3298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const init = async (): Promise<void> => {
// <div data-view-component="true" class="starred BtnGroup flex-1 ml-0">
// <div data-view-component="true" class="unstarred BtnGroup ml-0 flex-1">
// 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;
Expand Down

0 comments on commit c3e3298

Please sign in to comment.