aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-03-08 12:33:16 -0500
committerbobzel <zzzman@gmail.com>2023-03-08 12:33:16 -0500
commit071aa191d37f2805bd717c1d1caf8b2a57c394bc (patch)
tree82b13306be383397735f8b1fd92c56c4336d533c /src/client/views/PropertiesView.tsx
parent871925ecc9f15377339afc907a2000fecfe3240d (diff)
added progressive disclosure for collections.
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index e750dc43a..1ec2b76d6 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -94,7 +94,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
@observable layoutDocAcls: boolean = false;
//Pres Trails booleans:
- @observable openPresTransitions: boolean = false;
+ @observable openPresTransitions: boolean = true;
@observable openAddSlide: boolean = false;
@observable openSlideOptions: boolean = false;