Skip to content

Commit

Permalink
fix hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi authored Mar 4, 2024
1 parent 68bf463 commit 0887b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions events.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ id("search").addEventListener("input", function() {
m++;
} else if (hyphens.includes(best[b]) && mabla[m] == best[b]) {
m++; b++;
id("best").append(createHTMLElement("i", null, [best[b]]));
}
} else if (hyphens.includes(best[b])) {
mabla.splice(m, 0, "");
Expand Down

0 comments on commit 0887b71

Please sign in to comment.