diff options
author | bobzel <zzzman@gmail.com> | 2021-08-05 17:22:42 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-08-05 17:22:42 -0400 |
commit | 5550d58f16a0df090cde5a3605f6307b17e70758 (patch) | |
tree | 3a99ed57b34c27eb352b7eb4fb24def23fa8d453 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 6d9c65bf95091b0d5ee7e3097995fc9e2ead4415 (diff) |
fixed so that links to sidebar annos show the sidebar in a LinkPreview
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index d308345ec..e5c36ea71 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1480,6 +1480,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp rootDoc={this.rootDoc} layoutDoc={this.layoutDoc} dataDoc={this.dataDoc} + nativeWidth={NumCast(this.layoutDoc._nativeWidth)} showSidebar={this.SidebarShown} PanelWidth={this.sidebarWidth} setHeight={this.setSidebarHeight} |