Skip to content

Commit fc80408

Browse files
Use get editor state command
1 parent 1a64801 commit fc80408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cursorless-everywhere-talon/cursorless_everywhere_talon_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class Actions:
2222
def cursorless_everywhere_get_editor_state() -> EditorState:
2323
command = {
24-
"type": "getActiveEditor",
24+
"type": "getEditorState",
2525
}
2626
res = rpc_get(command)
2727
if use_fallback(res):

0 commit comments

Comments
 (0)