mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
moved ignore down
This commit is contained in:
parent
ba3427f94b
commit
d07126f10e
1 changed files with 1 additions and 1 deletions
|
|
@ -733,9 +733,9 @@ export function cleanTypographySymbols(textToClean: string): string {
|
|||
" ": " ",
|
||||
" ": " ",
|
||||
};
|
||||
// @ts-ignore
|
||||
return textToClean.replace(
|
||||
/[“”’‘—,…«»–\u2007\u202F\u00A0]/g,
|
||||
// @ts-ignore
|
||||
(char) => specials[char] || ""
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue