Skip to content

Commit

Permalink
πŸ“ Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Jul 9, 2024
1 parent e19fd28 commit 674d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loop/Managers/LoopManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ private extension LoopManager {
var nextIndex = 0

// If the current action is noAction, we can preserve the index from the last action.
// This would initially be done by reading the window's records, then it would continue by simply finding the next index from the currentAction.
// This would initially be done by reading the window's records, then would continue by finding the next index from the currentAction.
if currentAction.direction == .noAction,
!currentCycle.contains(currentAction),
let window = targetWindow,
Expand Down

0 comments on commit 674d6d0

Please sign in to comment.