aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-02-19 10:28:12 -0500
committerbob <bcz@cs.brown.edu>2020-02-19 10:28:12 -0500
commitd3b29768bc16447c13114756c119f576dd2deab5 (patch)
treef0840749e5994581d9a56688e74aa637c95e432e /src
parentd53ae2d90e7d7de8135ff19e18535cccd7a90ed0 (diff)
parent19500fb6e0f3450a03d16ef653ecfec03bfe8547 (diff)
Merge branch 'master' into riddingDataDocs
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/FormattedTextBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx
index 842ccdd7b..01fa3fe15 100644
--- a/src/client/views/nodes/FormattedTextBox.tsx
+++ b/src/client/views/nodes/FormattedTextBox.tsx
@@ -929,6 +929,7 @@ export class FormattedTextBox extends DocAnnotatableComponent<(FieldViewProps &
// }
if (Math.abs(e.clientX - this._downX) < 4 && Math.abs(e.clientX - this._downX) < 4) {
+ this.props.select(e.ctrlKey);
this.hitBulletTargets(e.clientX, e.clientY, e.shiftKey, false);
}
if (this._recording) setTimeout(() => { this.stopDictation(true); setTimeout(() => this.recordDictation(), 500); }, 500);