mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 13:44:27 +08:00
clearing word highlights elements
This commit is contained in:
parent
5455ce5e64
commit
0d79b3f1cf
1 changed files with 4 additions and 0 deletions
|
@ -3792,6 +3792,10 @@ $(document).on("mouseleave", "#words .word", (e) => {
|
|||
$(".wordInputAfter").remove();
|
||||
});
|
||||
|
||||
$("#wpmChart").on("mouseleave", (e) => {
|
||||
$(".wordInputAfter").remove();
|
||||
});
|
||||
|
||||
$(document).ready(() => {
|
||||
updateFavicon(32, 14);
|
||||
$("body").css("transition", ".25s");
|
||||
|
|
Loading…
Reference in a new issue