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 27c2060 commit b74dedfCopy full SHA for b74dedf
src/actions/actions.py
@@ -87,7 +87,7 @@ def cursorless_command(action_name: str, target: CursorlessTarget):
87
if action_name in callback_actions:
88
callback_actions[action_name](target)
89
elif action_name in ["replaceWithTarget", "moveToTarget"]:
90
- actions.user.cursorless_bring_move(
+ actions.user.private_cursorless_bring_move(
91
action_name, BringMoveTargets(target, ImplicitDestination())
92
)
93
elif action_name in no_wait_actions:
0 commit comments