Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflake-x committed Jul 21, 2023
1 parent dd6c637 commit 403ecbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 403ecbc

Please sign in to comment.