Skip to content

Commit

Permalink
same thing
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Jul 16, 2024
1 parent d5a5772 commit d54b17e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/reducers/globalState.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,7 @@ export default function reducer(_state, action) {
previous: state.zoom,
}

state.loop = {
startTime: state.zoom.start,
duration: state.zoom.end - state.zoom.start,
};
state.loop = null
} else {
state.zoom = {
start: action.start,
Expand Down

0 comments on commit d54b17e

Please sign in to comment.