aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-06-27 12:04:10 -0400
committerGitHub <noreply@github.com>2019-06-27 12:04:10 -0400
commitc5c181aea773eaf2cfb5cf1f6fc186e753665a81 (patch)
tree7292d7f4b65425dee3328bb95ec45fb46b86e8d2 /src/client/views/nodes
parentcb9a1b6419bd0932ad05bd517efa4be668682540 (diff)
parent185b888f6fb4dae3f814350bbab8030e0ed7c135 (diff)
Merge pull request #173 from browngraphicslab/text_box_ab
Text box ab
Diffstat (limited to 'src/client/views/nodes')
-rw-r--r--src/client/views/nodes/FormattedTextBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx
index f0b89cbef..2a45aeb43 100644
--- a/src/client/views/nodes/FormattedTextBox.tsx
+++ b/src/client/views/nodes/FormattedTextBox.tsx
@@ -101,7 +101,6 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe
super(props);
if (this.props.outer_div) {
this._outerdiv = this.props.outer_div;
- console.log("yay");
}
this._ref = React.createRef();
@@ -347,6 +346,7 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe
return self._toolTipTextMenu = new TooltipTextMenu(_editorView, myprops);
}
});
+ //this.props.Document.tooltip = self._toolTipTextMenu;
}
tooltipLinkingMenuPlugin() {