aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-15 15:29:18 -0400
committerbobzel <zzzman@gmail.com>2020-10-15 15:29:18 -0400
commit9ebb6c94f35c7d53b0bb4e9842784e99d3b28c07 (patch)
tree5c042f6b0788163764e001188015aecc128c499c /src/client/views/PropertiesView.tsx
parentf1ee3a6baffb22093d81e123d70f6ec9631c2075 (diff)
parent377d5c987728c2678ab38565328f1f7ad9f3d135 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index a64004c5c..6bdb6e21f 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -1040,7 +1040,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
{PresBox.Instance.optionsDropdown}
</div> : null}
</div>}
- <div className="propertiesView-presTrails">
+ {/* <div className="propertiesView-presTrails">
<div className="propertiesView-presTrails-title"
onPointerDown={action(() => { this.openAddSlide = !this.openAddSlide; })}
style={{ backgroundColor: this.openAddSlide ? "black" : "" }}>
@@ -1052,7 +1052,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
{this.openAddSlide ? <div className="propertiesView-presTrails-content">
{PresBox.Instance.newDocumentDropdown}
</div> : null}
- </div>
+ </div> */}
</div>;
}
}