Fix CI status popup (#20737)

This commit is contained in:
silverwind 2022-08-10 06:08:06 +02:00 committed by GitHub
parent 1a538df5f4
commit 452272c038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});