diff options
| author | bobzel <zzzman@gmail.com> | 2023-11-01 15:38:22 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-11-01 15:38:22 -0400 |
| commit | 58213b0201ea0191f06f42beac9c3a17ebfc98ea (patch) | |
| tree | 293ad3cdf29b8d43b85cc841018611133fb70283 /src/client/views/collections/CollectionTreeView.tsx | |
| parent | e00122142a0e5960bd5c0ff2dfda5ea807eb5e2f (diff) | |
fixed so that ink properties can be set before drawing a stroke. fixed turning off ink when menu is collapsed. added meta-click to fit all for collections, or zoom in on a document.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 9e5ac77d9..e408c193a 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -98,8 +98,6 @@ export class CollectionTreeView extends CollectionSubView<Partial<collectionTree Object.values(this._disposers).forEach(disposer => disposer?.()); } - shrinkWrap = () => {}; // placeholder to allow setContentView to work - componentDidMount() { //this.props.setContentView?.(this); this._disposers.autoheight = reaction( |
