aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2024-05-14 16:40:29 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2024-05-14 16:40:29 -0400
commitabee48dc3b25661aef82bdbf0dd0b78262fcecf4 (patch)
treed345ccb7e3d78d8897b1bf7f8c3234f1c98de110
parentc521cfb5d09d72cd636b6d72e663d3d5769d21b5 (diff)
stop dictation
-rw-r--r--src/client/views/nodes/trails/PresBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx
index 21504deba..d148719a2 100644
--- a/src/client/views/nodes/trails/PresBox.tsx
+++ b/src/client/views/nodes/trails/PresBox.tsx
@@ -2015,6 +2015,7 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() {
iconPlacement="right"
color={StrCast(Doc.UserDoc().userVariantColor)}
onClick={() => {
+ this.stopDictation(true);
this.customizeWithGPT(this.chatInput);
}}
/>