Skip to content

Commit 0a9f883

Browse files
committed
remove fix from here, will be a new pr
1 parent b6b0509 commit 0a9f883

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.nextElementSibling,
65+
content: this.nextSibling,
6666
placement: positionRight ? 'right' : 'left',
6767
interactive: true,
6868
});

0 commit comments

Comments
 (0)