Fix CI status popup (#20737)

tokarchuk/v1.18
silverwind 2 years ago committed by GitHub
parent 1a538df5f4
commit 452272c038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_src/js/features/repo-commit.js

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

Loading…
Cancel
Save