Skip to content

Commit 5391f62

Browse files
committed
revert: AXLandmarkRegion
1 parent 0e5434e commit 5391f62

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/ax_element.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,11 +1026,7 @@ fn traverse_elements(
10261026
)));
10271027
}
10281028
}
1029-
kAXGroupRole
1030-
if element
1031-
.subrole()
1032-
.is_ok_and(|r| r == "AXApplicationDialog" || r == "AXLandmarkRegion") =>
1033-
{
1029+
kAXGroupRole if element.subrole().is_ok_and(|r| r == "AXApplicationDialog") => {
10341030
if let Some(frame) = ele_fp.frame {
10351031
let _ = result_tx.send(ElementSignal::StartPopup(frame));
10361032
is_popup = true;

0 commit comments

Comments
 (0)