diff options
author | bobzel <zzzman@gmail.com> | 2020-11-01 10:34:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-01 10:34:29 -0500 |
commit | c8a8f569eefb4daad6da25d9be2a939589ccb704 (patch) | |
tree | 3d80acb0fbe028d8c8f1fed3d002c93f4be61ecb /src/client/views/PropertiesView.tsx | |
parent | 7b96bc4770bd275db0ddd664bb6e8ff33bbbcb78 (diff) | |
parent | 35de050c423edba2be6833492438a5e02f45f938 (diff) |
Merge pull request #922 from browngraphicslab/presentation_v1
Presentation v1
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 42f61f99a..fad2f5284 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -1029,7 +1029,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { {PresBox.Instance.progressivizeDropdown} </div> : null} </div>} */} - {!selectedItem || (!scrollable && !pannable) ? (null) : <div className="propertiesView-presTrails"> + {/* {!selectedItem || (!scrollable && !pannable) ? (null) : <div className="propertiesView-presTrails"> <div className="propertiesView-presTrails-title" onPointerDown={action(() => { this.openSlideOptions = !this.openSlideOptions; })} style={{ backgroundColor: this.openSlideOptions ? "black" : "" }}> @@ -1041,7 +1041,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { {this.openSlideOptions ? <div className="propertiesView-presTrails-content"> {PresBox.Instance.optionsDropdown} </div> : null} - </div>} + </div>} */} {/* <div className="propertiesView-presTrails"> <div className="propertiesView-presTrails-title" onPointerDown={action(() => { this.openAddSlide = !this.openAddSlide; })} |