Skip to content

Commit eb6b7bc

Browse files
Update comment
1 parent f6a9479 commit eb6b7bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/CollectionItemScopeHandler/CollectionItemTextualScopeHandler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export class CollectionItemTextualScopeHandler extends BaseScopeHandler {
7777
currentIterationState = lastState;
7878
break;
7979
}
80+
// We are done with this iteration scope. Add all scopes from it and pop it from the stack.
8081
this.addScopes(scopes, lastState);
8182
iterationStatesStack.pop();
8283
}

0 commit comments

Comments
 (0)