Skip to content

Commit eade3b5

Browse files
authored
Update packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/InteriorScopeHandler.ts
1 parent b9d1dad commit eade3b5

File tree

1 file changed

+0
-1
lines changed
  • packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler

1 file changed

+0
-1
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/InteriorScopeHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export class InteriorScopeHandler extends BaseScopeHandler {
8383
// type), then we want to prioritize language scopes. The user might
8484
// have said something like "inside element" and then we don't want to
8585
// yield the interior of the `<div>` pair first.
86-
8786
if (this.scopeType.explicitScopeType) {
8887
if (languageScopeHandler == null) {
8988
return pairScopeHandler;

0 commit comments

Comments
 (0)