Skip to content

Commit

Permalink
impr(funbox): add ` (grave accent, 96) and ~ (tilde, 126) to specials (
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzsim committed Feb 19, 2024
1 parent bf2c4cc commit 7c0425e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/ts/utils/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,8 @@ export function getSpecials(): string {
const randLen = randomIntFromRange(1, 7);
let ret = "";
const specials = [
"`",
"~",
"!",
"@",
"#",
Expand Down

0 comments on commit 7c0425e

Please sign in to comment.