diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-03 13:15:36 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-03 13:15:36 -0500 |
| commit | c38c7966539cc97e98dd2f836420ca8863bd35fb (patch) | |
| tree | ae7ce3cf0956bf945704d7716cfaecdb27ec8335 /src/client/views/collections/TreeView.tsx | |
| parent | 0ecae858ea0892a065c262819b9275e94f8f591e (diff) | |
more fixes for setting up user docs
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
| -rw-r--r-- | src/client/views/collections/TreeView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx index 18d515552..b8794d6bb 100644 --- a/src/client/views/collections/TreeView.tsx +++ b/src/client/views/collections/TreeView.tsx @@ -597,8 +597,8 @@ export class TreeView extends React.Component<TreeViewProps> { moveDocument={this.move} removeDocument={this.props.removeDoc} ScreenToLocalTransform={this.getTransform} - NativeHeight={returnZero} - NativeWidth={returnZero} + NativeHeight={() => 18} + NativeWidth={this.truncateTitleWidth} PanelWidth={this.truncateTitleWidth} PanelHeight={() => 18} contextMenuItems={this.contextMenuItems} |
