Skip to content

Commit

Permalink
Fix page skipping bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Jul 2, 2024
1 parent bc74fdb commit 5c52d50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/wavPreviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,6 @@ function updateSliceSelection (seconds) {
sliceSelectionLeftButton.disabled = (sliceSelection === 0 || pageSeconds === -30);
sliceSelectionRightButton.disabled = (sliceSelection === finalPeriod || pageSeconds === HOUR_SECONDS - 30);

pageSelections[currentPage] = seconds;

}

/**
Expand Down

0 comments on commit 5c52d50

Please sign in to comment.