diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-12 14:54:07 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-12 14:54:07 -0500 |
| commit | 30f42e403bd8cca4d20fc1b0d1cf28fbfa3a1524 (patch) | |
| tree | 82a9a57953825ee6463d0abb821706158069d12f /src/client/views/collections/CollectionTreeView.tsx | |
| parent | 96e78c3fc0975a2e21c356f01fdaad631a04ff82 (diff) | |
moved showTitle,etc to use _showTitle,etc
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index be2947dff..e57003f82 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -656,8 +656,8 @@ export class CollectionTreeView extends CollectionSubView(Document) { const heroView = ImageDocument(fallbackImg, { title: "heroView", isTemplateDoc: true, isTemplateForField: "hero", }); // this acts like a template doc and a template field ... a little weird, but seems to work? heroView.proto!.layout = ImageBox.LayoutString("hero"); - heroView.showTitle = "title"; - heroView.showTitleHover = "titlehover"; + heroView._showTitle = "title"; + heroView._showTitleHover = "titlehover"; Doc.AddDocToList(CurrentUserUtils.UserDocument.expandingButtons as Doc, "data", Docs.Create.FontIconDocument({ |
