diff options
author | bobzel <zzzman@gmail.com> | 2020-09-01 16:57:49 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-01 16:57:49 -0400 |
commit | 4bdb3b64c476ffdc5b5c53c9c296c50ce68a8fc5 (patch) | |
tree | 5191a0ec62c09d1aebaa1fcb0e3195054836c598 /src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx | |
parent | ed69ee12a8d9971810c9f391700de526185f0738 (diff) |
fixed facet filters operations and whitelisting of known fields
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx b/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx index ef0222a4c..b4f648273 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx @@ -133,7 +133,7 @@ export class FormattedTextBoxComment { } } else if (textBox && (FormattedTextBoxComment.tooltipText as any).href) { - textBox.props.addDocTab(Docs.Create.WebDocument((FormattedTextBoxComment.tooltipText as any).href, { title: (FormattedTextBoxComment.tooltipText as any).href, _width: 200, _height: 400, UseCors: true }), "add:right"); + textBox.props.addDocTab(Docs.Create.WebDocument((FormattedTextBoxComment.tooltipText as any).href, { title: (FormattedTextBoxComment.tooltipText as any).href, _width: 200, _height: 400, useCors: true }), "add:right"); } keep && textBox && FormattedTextBoxComment.start !== undefined && textBox.adoptAnnotation( FormattedTextBoxComment.start, FormattedTextBoxComment.end, FormattedTextBoxComment.mark); |