We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a538df commit 452272cCopy full SHA for 452272c
web_src/js/features/repo-commit.js
@@ -62,7 +62,7 @@ export function initCommitStatuses() {
62
63
createTippy(this, {
64
trigger: 'click',
65
- content: this.nextSibling,
+ content: this.nextElementSibling,
66
placement: top ? 'top-start' : 'bottom-start',
67
interactive: true,
68
});
0 commit comments