We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3266cc7 commit 96ec688Copy full SHA for 96ec688
packages/cursorless-engine/src/core/getCommandFallback.ts
@@ -142,9 +142,10 @@ function getModifiersFromTarget(
142
return target.modifiers;
143
}
144
145
- if (target.mark?.type === "cursor") {
146
- return [{ type: "containingTokenIfEmpty" }];
147
- }
+ // FIXME: Trying to select a word in the file explorer will create weird behavior.
+ // if (target.mark?.type === "cursor") {
+ // return [{ type: "containingTokenIfEmpty" }];
148
+ // }
149
150
return [];
151
0 commit comments