Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7B5 committed Jun 25, 2024
1 parent 517b024 commit 5e64d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actions/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const onHistoryMiddleware = ({ dispatch, getState }) => (next) => async (

if (pathSegmentRange !== state.segmentRange) {
if (state.zoom.previous) {
console.log("yo");
dispatch(pushTimelineRange(pathSegmentRange?.log_id, state.zoom?.previous.start, state.zoom?.previous.end, false));
} else {
dispatch(pushTimelineRange(pathSegmentRange?.log_id, pathSegmentRange?.start, pathSegmentRange?.end, false));
Expand Down

0 comments on commit 5e64d38

Please sign in to comment.