diff options
author | bobzel <zzzman@gmail.com> | 2023-06-14 12:40:42 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-06-14 12:40:42 -0400 |
commit | 38edde57bc7bcf45ad314e66d98152282b9fd57c (patch) | |
tree | f0e694a70a931655297d9136cecd6ad9e716bd82 /src/client/views/nodes/trails/PresBox.tsx | |
parent | d7e2cf07bbfd7f9ed35c42068326d4ea988306bc (diff) |
fixed icons on tree views and presentation
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.tsx')
-rw-r--r-- | src/client/views/nodes/trails/PresBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx index ac20126f1..505e39d97 100644 --- a/src/client/views/nodes/trails/PresBox.tsx +++ b/src/client/views/nodes/trails/PresBox.tsx @@ -2460,7 +2460,6 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() { ignoreUnrendered={true} //childLayoutFitWidth={returnTrue} childOpacity={returnOne} - //childLayoutString={PresElementBox.LayoutString('data')} childClickScript={PresBox.navigateToDocScript} childLayoutTemplate={this.childLayoutTemplate} childXPadding={Doc.IsComicStyle(this.rootDoc) ? 20 : undefined} |