mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
Merge branch 'master' of https://github.com/Miodec/monkey-type
This commit is contained in:
commit
88d3e9c186
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ function addWord() {
|
|||
? words[config.language]
|
||||
: {
|
||||
//borrow the direction of the current language
|
||||
leftToRight: language.leftToRight,
|
||||
leftToRight: words[config.language].leftToRight,
|
||||
words: customText
|
||||
};
|
||||
const wordset = language.words;
|
||||
|
|
Loading…
Reference in a new issue