This commit is contained in:
Jack 2020-09-11 13:11:03 +01:00
commit 88d3e9c186

View file

@ -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;