Skip to content

fix: remove duplicate IDs #35210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update web_src/js/features/repo-code.ts
Co-authored-by: silverwind <me@silverwind.io>
Signed-off-by: Kerwin Bryant <kerwin612@qq.com>
  • Loading branch information
kerwin612 and silverwind authored Aug 4, 2025
commit c63f1d280e0cf1973b35f1e5cce46b85c29053fb
5 changes: 1 addition & 4 deletions web_src/js/features/repo-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,7 @@ function showLineButton() {

// Hide menu when clicking menu items
menu.addEventListener('click', () => {
const tippyInstance = btn._tippy;
if (tippyInstance) {
tippyInstance.hide();
}
btn._tippy?.hide();
});
}

Expand Down