diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-06-27 12:30:12 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-06-27 12:30:12 -0400 |
commit | 775885384e6032dbb8f0d37b569854a0692a4b45 (patch) | |
tree | 8612d98fa6f15d730ec0da3c8684df6d3066c3fb /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 088eec96750fcbdfc30b42f24e8b57926441f4e5 (diff) | |
parent | c0bbdabe7d2e1eb422a12697848ada7127c6e2dc (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 2 |
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() { |