diff options
author | bobzel <zzzman@gmail.com> | 2023-03-08 21:54:03 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-03-08 21:54:03 -0500 |
commit | 98fd2ecbbf5168986a5eba889bff6aeea0eebb49 (patch) | |
tree | 7f3359098f0a1e34acf64ada30f986866513cb1c /src/client/views/MainView.tsx | |
parent | c3678d61a6957598d901333b4eeef6fa01407dd5 (diff) |
some cleanup of presBox properties panels. fixes for undoing some slider actions.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index e1ba5943d..945cd61db 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -553,8 +553,6 @@ export class MainView extends React.Component { Doc.MyTrails && (Doc.ActivePresentation = pres); Doc.AddDocToList(Doc.MyTrails, 'data', pres); this.closeFlyout(); - } else { - PresBox.NavigateToDoc(DocCast(pres.presentationTargetDoc), pres); } }; |