diff options
author | bobzel <zzzman@gmail.com> | 2021-03-01 17:05:45 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-01 17:05:45 -0500 |
commit | c41696a3169dc765512d64972ba4503cea8393e0 (patch) | |
tree | 644cb81de4a23d4b38335bb4731fccc7d1a34504 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | bed03be10f9289e36f7e1621bbcf2579b0ca3f2d (diff) |
added basic math typeset equation input
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index 288cd14c9..5066578aa 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1541,7 +1541,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp /> </div> {this.props.noSidebar || !this.layoutDoc._showSidebar || this.sidebarWidthPercent === "0%" ? (null) : this.sidebarCollection} - {this.sidebarHandle} + {this.Document._singleLine ? (null) : this.sidebarHandle} {!this.layoutDoc._showAudio ? (null) : this.audioHandle} </div> </div> |