Skip to content

Commit 10672ec

Browse files
Add the type to module export
1 parent 6546bf4 commit 10672ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cursorless-everywhere-talon/cursorless_everywhere_talon_win.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ class Actions:
2424
def cursorless_everywhere_get_editor_state() -> EditorState:
2525
el = ui.focused_element()
2626

27+
print(el.patterns)
28+
print(el)
29+
2730
if "Text2" not in el.patterns:
2831
raise ValueError("Focused element is not a text element")
2932

0 commit comments

Comments
 (0)