Skip to content

Commit e272358

Browse files
authored
Update packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/util/getCollectionItemRemovalRange.ts
1 parent e0a02ab commit e272358

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/util/getCollectionItemRemovalRange.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { getRangeLength } from "../../../../util/rangeUtils";
44

55
/**
66
* Picks which of the leading and trailing delimiter ranges to use for removal when both are present.
7-
*
8-
* If the leading one is longer/more specific, prefer to use that for removal; otherwise,
9-
* use undefined to force a fallback to the default behavior (often trailing)
107
*/
118
export function getCollectionItemRemovalRange(
129
isEveryScope: boolean,

0 commit comments

Comments
 (0)