diff options
author | bobzel <zzzman@gmail.com> | 2023-05-02 09:27:08 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-02 09:27:08 -0400 |
commit | 76f4456d652e124e733eb9b93272384d53ac3d28 (patch) | |
tree | 8b9aa214a1e632dcc5ef3842fa20661bab684d84 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 2a584d4827c9ece87f3bd618201f356237ba7fc7 (diff) |
fixed ink stroke text box placement. fixed opening metadata from OverlayView. Made trail videos a novice feature.
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 0610d1e45..eb28ffbd7 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -2065,7 +2065,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FieldViewProps {this.noSidebar || this.props.dontSelectOnLoad || !this.SidebarShown || this.sidebarWidthPercent === '0%' ? null : this.sidebarCollection} {this.noSidebar || this.Document._noSidebar || this.props.dontSelectOnLoad || this.Document._singleLine ? null : this.sidebarHandle} {this.audioHandle} - {this.overlayAlternateIcon} + {this.props.dontScale ? null : this.overlayAlternateIcon} </div> </div> ); |