diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-06-05 11:07:51 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-06-05 11:07:51 -0400 |
commit | 5a494838844f297139e506fae2f3cd7986b8b964 (patch) | |
tree | 5f65cfa616e32431a89c2cbffc1b53a79e01ae79 /src | |
parent | 0d10fd88041334a20cf37a57808a8b9c58f35f25 (diff) |
still exploring
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 5c635cc0c..77e8bc92a 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -151,6 +151,10 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe ] }; + const config2 = { + + }; + if (this.props.isOverlay) { this._inputReactionDisposer = reaction(() => FormattedTextBox.InputBoxOverlay, () => { |