mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
Merge pull request #353 from typerqeo/fix-custom
fixed a bug with custom tests not getting leftToRight properly
This commit is contained in:
commit
bd28303828
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