diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-09-21 21:21:13 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-09-21 21:21:13 +0530 |
commit | 8fad5a8e842aaed6540d37f6a3a4ba3a3c2abe9b (patch) | |
tree | e07f9665a5ee959575febbbc60102d90e8e42d07 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 93670ebde5de9c602aa45d0e06f377e8d3f89ce8 (diff) | |
parent | a15ba9360bdb23e593ecc3985954549811cdd852 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index db4bf1086..ff2ce90b7 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1189,6 +1189,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp this.endUndoTypingBatch(); Object.values(this._disposers).forEach(disposer => disposer?.()); this._editorView?.destroy(); + FormattedTextBoxComment.Hide(); } _downEvent: any; |