We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c943542 commit c26d704Copy full SHA for c26d704
packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/ContiguousScopeHandler.ts
@@ -66,7 +66,7 @@ export class ContiguousScopeHandler extends BaseScopeHandler {
66
"backward",
67
);
68
69
- for (const targets of targetsBackward) {
+ for (const targetRange of targetRangesBackwardIter) {
70
if (targetsForward != null && isAdjacent(targets[1], targetsForward[0])) {
71
yield targetsToScope(targets[0], targetsForward[1]);
72
targetsForward = undefined;
0 commit comments