Reset Parts of Speech when erasing dictionary
This commit is contained in:
parent
6a368d9aa6
commit
310144b9ed
|
@ -347,6 +347,7 @@ function EmptyWholeDictionary() {
|
||||||
currentDictionary = JSON.parse(defaultDictionaryJSON);
|
currentDictionary = JSON.parse(defaultDictionaryJSON);
|
||||||
ShowDictionary();
|
ShowDictionary();
|
||||||
SaveDictionary();
|
SaveDictionary();
|
||||||
|
SetPartsOfSpeech();
|
||||||
HideSettings();
|
HideSettings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue