diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-30 09:37:56 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-30 09:37:56 -0400 |
| commit | 6c689a999e22fc414386e39007ca0929057ff1d8 (patch) | |
| tree | d84b2f85c45895385d6d7a23d3c3ab5bcc903191 /src/client/views/Palette.tsx | |
| parent | 3aa6f1676a3fd366aade7c468ad495ade1314577 (diff) | |
fixed a bunch of compile errors. activated Clear button for recently closed tree views.
Diffstat (limited to 'src/client/views/Palette.tsx')
| -rw-r--r-- | src/client/views/Palette.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/Palette.tsx b/src/client/views/Palette.tsx index 2699fabe5..86ab881bb 100644 --- a/src/client/views/Palette.tsx +++ b/src/client/views/Palette.tsx @@ -49,6 +49,8 @@ export default class Palette extends React.Component<PaletteProps> { PanelWidth={() => window.screen.width} PanelHeight={() => window.screen.height} renderDepth={0} + isDocumentActive={returnTrue} + isContentActive={returnFalse} focus={emptyFunction} docViewPath={returnEmptyDoclist} styleProvider={returnEmptyString} |
