aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-08-21 14:35:35 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-08-21 14:35:35 -0400
commite50dc35f922efdeadfde70c9cf552b9ed5722810 (patch)
treed5ec960f4f4367c5effeb92e1192be4a629be853
parent3535bd703cfdb4872ff6ff0c41d17e39ad1c8e45 (diff)
uncommented terminators
-rw-r--r--src/client/views/nodes/FormattedTextBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx
index 505257e9c..1e0975b4b 100644
--- a/src/client/views/nodes/FormattedTextBox.tsx
+++ b/src/client/views/nodes/FormattedTextBox.tsx
@@ -284,7 +284,7 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe
let results = await DictationManager.Controls.listen({
interimHandler: this.setCurrentBulletContent,
continuous: { indefinite: false },
- // terminators: [completedCue, "bullet", "next"]
+ terminators: [completedCue, "bullet", "next"]
});
if (results && [DictationManager.Controls.Infringed, completedCue].includes(results)) {
DictationManager.Controls.stop();