mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-16 23:20:14 +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'
|
tooltip.style.display = 'none'
|
||||||
tooltipTitle.classList.remove('tooltip-spell')
|
tooltipTitle.classList.remove('tooltip-spell')
|
||||||
}, false);
|
}, 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