We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf0c66 commit fcdf70cCopy full SHA for fcdf70c
packages/cursorless-engine/src/core/commandRunner/selectionToStoredTarget.ts
@@ -3,8 +3,7 @@ import { SelectionWithEditor } from "../../typings/Types";
3
4
/**
5
* Given a selection with an editor, constructs an appropriate `Target` to use
6
- * for a `that` mark. It uses an `UntypedTarget`, and if the selection is
7
- * empty, it sets `hasExplicitRange` to `false`.
+ * for a `that` mark. It uses an `UntypedTarget` and sets `hasExplicitRange` to `true`.
8
*
9
* @param selection The selection with editor to be converted
10
* @returns A target that can be used for a `that` mark
0 commit comments