diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-01-30 22:37:44 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-01-30 22:37:44 -0500 |
| commit | f93abfc577225cc04eb94d67c62eec67d7e22bca (patch) | |
| tree | f55b1dce712b2c4585ccad56bd3af34ed7901213 /src/client/views/collections/CollectionTreeView.tsx | |
| parent | 2a7bd44a40b472f5a99c60fcb865aa67dcbe3983 (diff) | |
changed hideSidebar to showSidebar. added contextmenu for choosing pivot field.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index a7733ab5f..6cc2d6586 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -636,7 +636,6 @@ export class CollectionTreeView extends CollectionSubView(Document) { if (caption instanceof ObjectField) { Doc.GetProto(img).caption = ObjectField.MakeCopy(caption as ObjectField); } - img._hideSidebar = true; d.captions = undefined; }); }); |
