diff --git a/app/assets/javascripts/views/editor/editor_view.ts b/app/assets/javascripts/views/editor/editor_view.ts index fec38617d..90dc822c4 100644 --- a/app/assets/javascripts/views/editor/editor_view.ts +++ b/app/assets/javascripts/views/editor/editor_view.ts @@ -77,7 +77,7 @@ type EditorState = { /** Setting to false then true will allow the current editor component-view to be destroyed * then re-initialized. Used when changing between component editors. */ editorComponentUnloading: boolean - /** Setting to false then true will allow the main content textarea to be destroyed + /** Setting to true then false will allow the main content textarea to be destroyed * then re-initialized. Used when reloading spellcheck status. */ textareaUnloading: boolean /** Fields that can be directly mutated by the template */