aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-06-24 10:29:20 -0400
committerbobzel <zzzman@gmail.com>2023-06-24 10:29:20 -0400
commit8cd3d9d0b2f44fa1198a1d5ef59c6207494de058 (patch)
treeab082c5074660756b20c20ea9fad175c9f810d4e /src
parentabb5867e7b4a0659864d1dfc153f1b972205b8c4 (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/MainView.tsx27
1 files changed, 13 insertions, 14 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index fcf5464a9..8b53135c6 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -146,7 +146,6 @@ export class MainView extends React.Component {
if (ele && prog) {
// remove from DOM
setTimeout(() => {
- //clearTimeout();
prog.style.transition = '1s';
prog.style.width = '100%';
}, 0);
@@ -160,25 +159,25 @@ export class MainView extends React.Component {
'treeViewOpen',
'showSidebar',
'itemIndex', // for changing slides in presentations
- 'sidebarWidthPercent',
- 'currentTimecode',
- 'timelineHeightPercent',
+ 'layout_sidebarWidthPercent',
+ 'layout_currentTimecode',
+ 'layout_timelineHeightPercent',
'presStatus',
- 'panX',
- 'panY',
+ 'freeform_panX',
+ 'freeform_panY',
'overlayX',
'overlayY',
- 'fitWidth',
+ 'layout_fitWidth',
'nativeWidth',
'nativeHeight',
- 'text-scrollHeight',
- 'text-height',
- 'hideMinimap',
- 'viewScale',
- 'scrollTop',
+ 'text_scrollHeight',
+ 'text_height',
+ 'layout_hideMinimap',
+ 'freeform_scale',
+ 'layout_scrollTop',
'hidden',
- 'curPage',
- 'viewType',
+ 'layout_curPage',
+ 'type_collection',
'chromeHidden',
'currentFrame',
'width',