1
0
Fork 0
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:
Maxime Moraine 2021-03-13 16:36:49 +01:00
parent 336bf264b9
commit 37e28207f0

View file

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