mirror of
https://github.com/go-gitea/gitea
synced 2025-07-06 10:37:20 +00:00
Fix stopwatch and introduce default tippy theme
This commit is contained in:
@ -117,6 +117,7 @@ window.customElements.define('overflow-menu', class extends HTMLElement {
|
||||
interactive: true,
|
||||
placement: 'bottom-end',
|
||||
role: 'menu',
|
||||
theme: 'menu',
|
||||
content: this.tippyContent,
|
||||
onShow: () => { // FIXME: onShown doesn't work (never be called)
|
||||
setTimeout(() => {
|
||||
|
Reference in New Issue
Block a user