Skip to content

Commit e2ec5c8

Browse files
more cleanup
1 parent 48f97ee commit e2ec5c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ function* getTargetsInDirection(
148148
if (!isAdjacent(leadingTarget, trailingTarget)) {
149149
yield isForward ? [first, last] : [last, first];
150150
first = target;
151-
last = undefined;
152151
}
153152
}
154153

0 commit comments

Comments
 (0)