diff options
author | bobzel <zzzman@gmail.com> | 2021-03-19 13:54:45 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-19 13:54:45 -0400 |
commit | 3e2709a68e32650074e2bbc9af89fa0d66536d77 (patch) | |
tree | 489e8df395f8dc7e061f7ae52fb130f7c112dc7f /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | e8ef90478cec13d45de0fe42e32a594e2630c47d (diff) |
simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed colorBox layout.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index af9aeea00..f6fa41145 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1438,7 +1438,6 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp PanelWidth={this.sidebarWidth} xMargin={0} yMargin={0} - chromeStatus={"enabled"} scaleField={this.SidebarKey + "-scale"} isAnnotationOverlay={false} select={emptyFunction} |