diff options
author | bobzel <zzzman@gmail.com> | 2022-09-13 21:00:15 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-09-13 21:00:15 -0400 |
commit | 97e8729523b7a53b8eef843bdeaab13bbd942d1d (patch) | |
tree | 904637e49c5a05a8773527a1b4c61a438fd99ed8 /src | |
parent | 06f4431523e988c790faa9abf5cef8a30c6dfe35 (diff) |
fixed changing slides on shared presentation
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index a96a04ec9..a1e355c22 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -160,6 +160,7 @@ export class MainView extends React.Component { 'viewTransition', 'treeViewOpen', 'showSidebar', + 'itemIndex', // for changing slides in presentations 'sidebarWidthPercent', 'currentTimecode', 'timelineHeightPercent', |