-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing loop setting. #535
Fixing loop setting. #535
Conversation
Welcome to connect! Make sure to:
deployed preview: https://535.connect-d5y.pages.dev |
src/reducers/globalState.js
Outdated
|
||
state.loop = { | ||
startTime: state.zoom.start, | ||
duration: state.zoom.end - state.zoom.start, | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is only masking over the problem, in that popTimelineRange
isn't used the same way when using the browser back buttons, but adding an event listener seems to make the behavior even more buggy
this is also a reminder that we should not have |
Fixes #534