mirror of
https://github.com/go-gitea/gitea
synced 2025-07-17 15:58:36 +00:00
Fix stopwatch and introduce default tippy theme
This commit is contained in:
@@ -502,6 +502,7 @@ export function initRepoPullRequestReview() {
|
||||
if ($reviewBtn.length && $panel.length) {
|
||||
const tippy = createTippy($reviewBtn[0], {
|
||||
content: $panel[0],
|
||||
theme: 'default',
|
||||
placement: 'bottom',
|
||||
trigger: 'click',
|
||||
maxWidth: 'none',
|
||||
|
Reference in New Issue
Block a user