aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-09-21 21:21:13 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-09-21 21:21:13 +0530
commit8fad5a8e842aaed6540d37f6a3a4ba3a3c2abe9b (patch)
treee07f9665a5ee959575febbbc60102d90e8e42d07 /src/client/views/nodes/formattedText/FormattedTextBox.tsx
parent93670ebde5de9c602aa45d0e06f377e8d3f89ce8 (diff)
parenta15ba9360bdb23e593ecc3985954549811cdd852 (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.tsx1
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;