Skip to content

Commit

Permalink
Fix CI status popup
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Aug 9, 2022
1 parent 89505ac commit 659d7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/features/repo-commit.js
Expand Up @@ -62,7 +62,7 @@ export function initCommitStatuses() {

createTippy(this, {
trigger: 'click',
content: this.nextSibling,
content: this.nextElementSibling,
placement: top ? 'top-start' : 'bottom-start',
interactive: true,
});
Expand Down

0 comments on commit 659d7ac

Please sign in to comment.