diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-10 11:58:36 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-10 11:58:36 -0400 |
| commit | e12f79e188c32787b5749eba54183002f270f998 (patch) | |
| tree | dcd98c94fd1df9304ca7014642f3b9fe298e99fe /src/client/views/collections/CollectionTreeView.tsx | |
| parent | d40efe81ab30485266b7b686dfb35c531e75a568 (diff) | |
fixed clicking on template text when template is not selected to get focus right. fixed treeView preDrop to compute sameTree correctly so that presbox treeview can nest documents hierarchically properly.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index beb8c0666..c39df2c76 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -64,9 +64,6 @@ export class CollectionTreeView extends CollectionSubView<Partial<collectionTree makeObservable(this); } - get dataDoc() { - return this._props.TemplateDataDocument || this.Document; - } @computed get treeViewtruncateTitleWidth() { return NumCast(this.Document.treeView_TruncateTitleWidth, this.panelWidth()); } |
