diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-06-26 14:40:49 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-06-26 14:40:49 -0400 |
| commit | 78261779207a273a7bd9ef35d66b4e787d2bf96f (patch) | |
| tree | b993a2dd5abbb02ab1a499a534d38c1506aca8d1 /src/client/views/nodes | |
| parent | e56c0f800ffffcd0203573b637ff5ad933a746b1 (diff) | |
toggling on/off
Diffstat (limited to 'src/client/views/nodes')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index ca2a58cfe..ea0cb5aec 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -339,6 +339,7 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe return self._toolTipTextMenu = new TooltipTextMenu(_editorView, myprops); } }); + //this.props.Document.tooltip = self._toolTipTextMenu; } tooltipLinkingMenuPlugin() { |
