diff --git a/src/reducers/globalState.js b/src/reducers/globalState.js index feb45725..0d123825 100644 --- a/src/reducers/globalState.js +++ b/src/reducers/globalState.js @@ -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,