diff --git a/index.js b/index.js index 035bb33..78de2c8 100644 --- a/index.js +++ b/index.js @@ -161,6 +161,7 @@ async function mount() { match_t ); const kda = await add(puuid[index], 0, 4, tooltip); + // tooltip.setKdaColor(el, kda); tooltip.repositionElement(el, "right"); tooltip.hide(); el.addEventListener("mouseout", () => tooltip.hide());