diff options
author | bobzel <zzzman@gmail.com> | 2022-04-26 22:34:21 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-04-26 22:34:21 -0400 |
commit | 08217336445cf2b3cd3efbe97e3c83525f02bf1b (patch) | |
tree | 7e9b3ef0645238f93911680eeaefac4160f01221 /src/client/views/MainView.tsx | |
parent | 8c14a52dbbd57db316d1f807a49cf5752c574e06 (diff) |
added image cropping. made treeView icons show up for file system and dashboard, and made them persist invisibly to fix triggering on hover. changed tree view filesystem and dashboard to show expanded icons on hover.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 68b4710ed..b73074899 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -362,7 +362,7 @@ export class MainView extends React.Component { pinToPres={emptyFunction} docViewPath={returnEmptyDoclist} layerProvider={undefined} - styleProvider={this._sidebarContent.proto === Doc.UserDoc().myDashboards ? DashboardStyleProvider : DefaultStyleProvider} + styleProvider={this._sidebarContent.proto === Doc.UserDoc().myDashboards || this._sidebarContent.proto === Doc.UserDoc().myFilesystem ? DashboardStyleProvider : DefaultStyleProvider} rootSelected={returnTrue} removeDocument={returnFalse} ScreenToLocalTransform={this.mainContainerXf} |