aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TreeView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-12-11 21:08:01 -0500
committerbobzel <zzzman@gmail.com>2020-12-11 21:08:01 -0500
commit00d859f5c334fa105e3f6d572b74cb04fa9dd026 (patch)
tree54968cb294809dadcdc3ad8b47f4ebcc9f442bd0 /src/client/views/collections/TreeView.tsx
parentf923f3a3954b9e25a94970bc161cca8ec9800cef (diff)
more documentViewProps cleanup. fixed embedding documents into treeView / slide bullet items.
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
-rw-r--r--src/client/views/collections/TreeView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx
index a69e44515..5982934ff 100644
--- a/src/client/views/collections/TreeView.tsx
+++ b/src/client/views/collections/TreeView.tsx
@@ -505,7 +505,6 @@ export class TreeView extends React.Component<TreeViewProps> {
case StyleProp.DocContents: return !props?.treeViewDoc ? (null) :
<div className="treeView-label" style={{ // just render a title for a tree view label (identified by treeViewDoc being set in 'props')
maxWidth: props?.PanelWidth() || undefined,
- position: props?.relative ? "relative" : undefined,
background: props?.styleProvider?.(doc, props, StyleProp.BackgroundColor),
}}>
{StrCast(doc?.title)}