From 6c689a999e22fc414386e39007ca0929057ff1d8 Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 30 Mar 2021 09:37:56 -0400 Subject: fixed a bunch of compile errors. activated Clear button for recently closed tree views. --- src/client/views/PropertiesView.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/views/PropertiesView.tsx') diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 835e3d9e3..d79ae6426 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -274,6 +274,8 @@ export class PropertiesView extends React.Component { docViewPath={returnEmptyDoclist} freezeDimensions={true} dontCenter={"y"} + isDocumentActive={returnFalse} + isContentActive={returnFalse} NativeWidth={layoutDoc.type === DocumentType.RTF ? this.rtfWidth : undefined} NativeHeight={layoutDoc.type === DocumentType.RTF ? this.rtfHeight : undefined} PanelWidth={panelWidth} -- cgit v1.2.3-70-g09d2