aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/recipe.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/recipe.js')
-rw-r--r--src/webview/recipe.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index c9117ac72..944883899 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -56,7 +56,8 @@ class RecipeController {
56 this.spellcheckingProvider, 56 this.spellcheckingProvider,
57 () => this.settings.app.enableSpellchecking, 57 () => this.settings.app.enableSpellchecking,
58 () => this.settings.app.spellcheckerLanguage, 58 () => this.settings.app.spellcheckerLanguage,
59 () => this.spellcheckerLanguage); 59 () => this.spellcheckerLanguage,
60 );
60 61
61 autorun(() => this.update()); 62 autorun(() => this.update());
62 } 63 }