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 37a8d94 commit dd6c637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ 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 dd6c637

Please sign in to comment.