aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-08-06 12:37:51 -0400
committerAndy Rickert <andrew_rickert@brown.edu>2020-08-06 12:37:51 -0400
commit9526353b2eca02cb472291e28f16e578dcbb826e (patch)
tree599c8ec193131727f5848ed9eb74c5b996b76db1 /src/client/views/nodes/formattedText/FormattedTextBox.tsx
parent569f8f5c6884c67a471c90034f2ed9b764338ec6 (diff)
reverting:
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx
index 2711a08c0..6865efa5b 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx
@@ -307,7 +307,6 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp
if (BoolCast(Doc.GetProto(this.dataDoc).resetSearch) === true) {
this._searchIndex = 0;
Doc.GetProto(this.dataDoc).resetSearch = undefined;
- this.dumbthing = true;
}
else {
this._searchIndex = ++this._searchIndex > flattened.length - 1 ? 0 : this._searchIndex;