diff options
author | bob <bcz@cs.brown.edu> | 2020-03-03 10:49:22 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-03-03 10:49:22 -0500 |
commit | d4fd33ea337b1136344b73b92e9d5494ff94f090 (patch) | |
tree | 02680cccb52a8be0509d53617608fd116f03ea39 /src/server/authentication/models/current_user_utils.ts | |
parent | dbdf81e191107240a62086ebe65d1dc5e3b503c6 (diff) |
fixes to allow navigation from hashtag tag to pivot/schema/stacking views
Diffstat (limited to 'src/server/authentication/models/current_user_utils.ts')
-rw-r--r-- | src/server/authentication/models/current_user_utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts index 6216ab7e6..0f8d8fec8 100644 --- a/src/server/authentication/models/current_user_utils.ts +++ b/src/server/authentication/models/current_user_utils.ts @@ -254,7 +254,7 @@ export class CurrentUserUtils { // Finally, setup the list of buttons to display in the sidebar doc.sidebarButtons = Docs.Create.StackingDocument([doc.SearchBtn as Doc, doc.LibraryBtn as Doc, doc.ToolsBtn as Doc], { - _width: 500, _height: 80, boxShadow: "0 0", sectionFilter: "title", hideHeadings: true, ignoreClick: true, + _width: 500, _height: 80, boxShadow: "0 0", _pivotField: "title", hideHeadings: true, ignoreClick: true, _chromeStatus: "disabled", title: "library stack", backgroundColor: "dimGray", }); } |