aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-09-08 16:29:27 -0400
committerbobzel <zzzman@gmail.com>2022-09-08 16:29:27 -0400
commita9e1c702a8009ac5924b9deef0a50b2016c20efc (patch)
tree8d19c4ef183fd3490a16dd1ee5a5292110a84440
parent2c5942d76ad6e9b5874b98658b7c5af59cdfa367 (diff)
made timelineHeightpercent and currentTimecode palyground fields so that two people sharing a doc have independent control over playing and timeline view
-rw-r--r--src/client/views/MainView.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index 515faa316..45281ed69 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -158,6 +158,8 @@ export class MainView extends React.Component {
'treeViewOpen',
'showSidebar',
'sidebarWidthPercent',
+ 'currentTimecode',
+ 'timelineHeightPercent',
'panX',
'panY',
'fitWidth',