diff options
author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-02-27 16:56:02 -0500 |
---|---|---|
committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-02-27 16:56:02 -0500 |
commit | ed94cc8fb516455dbeea223d0fab25e4fb1c1d78 (patch) | |
tree | 662cee07a6a64fe1b688fc336c46f10574881b44 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | d2be7d2bfec6978238811cc50ad3effd2a19d15d (diff) |
feat: added summarization functionality to WebBox and cleaned up code
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index 683ccb9c4..b9327db0d 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -888,7 +888,6 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FieldViewProps } - breakupDictation = () => { if (this._editorView && this._recording) { this.stopDictation(true); |