aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TreeView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-09-24 01:57:34 -0400
committerbobzel <zzzman@gmail.com>2022-09-24 01:57:34 -0400
commitd182a3462a06ea58c4a0c937190aaa66eced0c01 (patch)
treee4e09065e16cb6af9f00b816261dadcd6da7ab53 /src/client/views/collections/TreeView.tsx
parent08ac1b5b340f1a316b5debfdfa9912437c7c8a46 (diff)
Fixed: treeView now doesn't get pointer events if it's not active. fixed layout of treeview for pres box. fixed horiz/vert scrolling for trees. fixed not adding Loading docs to recently closed.
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 b489b5214..c34a6faaa 100644
--- a/src/client/views/collections/TreeView.tsx
+++ b/src/client/views/collections/TreeView.tsx
@@ -953,7 +953,6 @@ export class TreeView extends React.Component<TreeViewProps> {
<div
className={`treeView-header` + (editing ? '-editing' : '')}
key="titleheader"
- style={{ width: '100%' }}
ref={this._header}
onClick={this.ignoreEvent}
onPointerDown={this.ignoreEvent}