Skip to content

Commit ce16451

Browse files
silverwindSysoev, Vladimir
authored and
Sysoev, Vladimir
committed
Fix CI status popup (go-gitea#20737)
1 parent 20c3208 commit ce16451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-commit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function initCommitStatuses() {
6262

6363
createTippy(this, {
6464
trigger: 'click',
65-
content: this.nextSibling,
65+
content: this.nextElementSibling,
6666
placement: top ? 'top-start' : 'bottom-start',
6767
interactive: true,
6868
});

0 commit comments

Comments
 (0)