Make time tooltips interactive (#23526)
Fixes https://codeberg.org/forgejo/forgejo/issues/511 <img width="379" alt="Screenshot 2023-03-16 at 20 23 10" src="https://user-images.githubusercontent.com/115237/225731294-4c6e4f44-bdcc-4c8c-86e2-49f7c03b377d.png">
This commit is contained in:
parent
4b72206805
commit
272cf6a2a9
2 changed files with 3 additions and 2 deletions
|
@ -33,6 +33,7 @@ export function initTooltip(el, props = {}) {
|
|||
content,
|
||||
delay: 100,
|
||||
role: 'tooltip',
|
||||
...(el.getAttribute('data-tooltip-interactive') === 'true' ? {interactive: true} : {}),
|
||||
...props,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue