Skip to content

Commit 956d707

Browse files
Bug fix
1 parent 2b92a3d commit 956d707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class ConditionalScopeHandler extends BaseScopeHandler {
3939
hints: ScopeIteratorRequirements,
4040
): Iterable<TargetScope> {
4141
const scopeHandler = this.scopeHandlerFactory.create(
42-
this.conditionalScopeType,
42+
this.conditionalScopeType.scopeType,
4343
this.languageId,
4444
);
4545

0 commit comments

Comments
 (0)