diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-10-19 00:58:37 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-10-19 00:58:37 -0400 |
| commit | 612f3d05927113c7b010861c17765fcead4752e5 (patch) | |
| tree | d5ff18e8d157809b04d29343fe70223c61aa65bb /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
| parent | 8a0ae4e42d217a222d6a127ec640d5f1113832a0 (diff) | |
feat: recording
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 90ebf5206..eab62c20b 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -966,6 +966,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FieldViewProps }; breakupDictation = () => { + console.log('breakup'); if (this._editorView && this._recordingDictation) { this.stopDictation(true); this._break = true; |
