You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/InteriorScopeHandler.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ export class InteriorScopeHandler extends BaseScopeHandler {
66
66
// the target domain. E.g the user said "inside token", then we don't want
67
67
// to yield scopes that are larger than the token. The definition of an
68
68
// interior is that it's inside the scope.
69
+
69
70
for(constscopeofscopes){
70
71
if(targetDomain.contains(scope.domain)){
71
72
yieldscope;
@@ -82,6 +83,7 @@ export class InteriorScopeHandler extends BaseScopeHandler {
82
83
// type), then we don't want to include matching pairs. The user might
83
84
// have said something like "inside element" and then we don't want to
0 commit comments