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/CollectionItemScopeHandler/createTargetScope.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ export function createTargetScope(
21
21
: undefined;
22
22
23
23
// We have both leading and trailing delimiter ranges
24
-
// The leading one is longer/more specific so prefer to use that for removal.
24
+
// If the leading one is longer/more specific, prefer to use that for removal;
25
+
// otherwise use undefined to fallback to the default behavior (often trailing)
0 commit comments