Skip to content

Commit

Permalink
fix: update comment for textareaUnloading
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny243 committed Jun 25, 2020
1 parent ce40cc4 commit 159f8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/editor/editor_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 159f8f3

Please sign in to comment.