mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-04-29 06:43:07 +02:00
Reset Parts of Speech when erasing dictionary
This commit is contained in:
parent
6a368d9aa6
commit
310144b9ed
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ function EmptyWholeDictionary() {
|
||||||
currentDictionary = JSON.parse(defaultDictionaryJSON);
|
currentDictionary = JSON.parse(defaultDictionaryJSON);
|
||||||
ShowDictionary();
|
ShowDictionary();
|
||||||
SaveDictionary();
|
SaveDictionary();
|
||||||
|
SetPartsOfSpeech();
|
||||||
HideSettings();
|
HideSettings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue