diff options
author | Sophie Zhang <sophie_zhang@brown.edu> | 2024-05-14 16:40:29 -0400 |
---|---|---|
committer | Sophie Zhang <sophie_zhang@brown.edu> | 2024-05-14 16:40:29 -0400 |
commit | abee48dc3b25661aef82bdbf0dd0b78262fcecf4 (patch) | |
tree | d345ccb7e3d78d8897b1bf7f8c3234f1c98de110 /src | |
parent | c521cfb5d09d72cd636b6d72e663d3d5769d21b5 (diff) |
stop dictation
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/trails/PresBox.tsx | 1 |
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); }} /> |