set default vocabulary setting (#1024)
This commit is contained in:
@@ -208,7 +208,7 @@ export const AppSettingsProvider = ({
|
||||
|
||||
const fetchVocabularyConfig = async () => {
|
||||
const config = await EnjoyApp.settings.getVocabularyConfig();
|
||||
config && setVocabularyConfig(config);
|
||||
setVocabularyConfig(config || { lookupOnMouseOver: false });
|
||||
};
|
||||
|
||||
const setVocabularyConfigHandler = async (config: VocabularyConfigType) => {
|
||||
|
||||
Reference in New Issue
Block a user