mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 12:44:20 +00:00
correction bug tooltips
This commit is contained in:
parent
336bf264b9
commit
37e28207f0
1 changed files with 4 additions and 0 deletions
|
|
@ -378,6 +378,10 @@ export function handleTooltips (params = {}) {
|
|||
tooltip.style.display = 'none'
|
||||
tooltipTitle.classList.remove('tooltip-spell')
|
||||
}, false);
|
||||
l.addEventListener("click", function( event ) {
|
||||
tooltip.style.display = 'none'
|
||||
tooltipTitle.classList.remove('tooltip-spell')
|
||||
}, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue