Skip to content

Commit c26d704

Browse files
Update packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/ContiguousScopeHandler.ts
Co-authored-by: Pokey Rule <[email protected]>
1 parent c943542 commit c26d704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/ContiguousScopeHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class ContiguousScopeHandler extends BaseScopeHandler {
6666
"backward",
6767
);
6868

69-
for (const targets of targetsBackward) {
69+
for (const targetRange of targetRangesBackwardIter) {
7070
if (targetsForward != null && isAdjacent(targets[1], targetsForward[0])) {
7171
yield targetsToScope(targets[0], targetsForward[1]);
7272
targetsForward = undefined;

0 commit comments

Comments
 (0)