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 1d8d921 commit 10b84bdCopy full SHA for 10b84bd
1 file changed
Tool/Sources/AXExtension/AXUIElement.swift
@@ -58,7 +58,7 @@ public extension AXUIElement {
58
}
59
60
var isSourceEditor: Bool {
61
- description == "Source Editor"
+ description == "Source Editor" && roleDescription != "unknown"
62
63
64
var selectedTextRange: ClosedRange<Int>? {
0 commit comments