Build 29106110

This commit is contained in:
Renan LE CARO 2025-05-04 15:50:24 +02:00
parent 4df70f6591
commit ea13142f1d
22 changed files with 3086 additions and 4112 deletions

View file

@ -16,7 +16,6 @@ export function hideAnyTooltip() {
function setupMobileTooltips(tooltip: HTMLDivElement) {
tooltip.className = "mobile";
function openTooltip(e: Event) {
console.log("openTooltip", e);
hideAnyTooltip();
const hovering = e.target as HTMLElement;
const tooltipContent =