Revert "ax: fix VoiceOver cursor sync and word double-read"
This reverts commit bc5714b7b7.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From e2e327e374445912764bf3efb4dd65af9a238a41 Mon Sep 17 00:00:00 2001
|
||||
From 1ce902a7a0b0d4d63e9d9f8718145d183a3c5d1a Mon Sep 17 00:00:00 2001
|
||||
From: Martin Sukany <martin@sukany.cz>
|
||||
Date: Sat, 28 Feb 2026 12:58:11 +0100
|
||||
Subject: [PATCH 4/8] ns: add interactive span elements for Tab navigation
|
||||
@@ -18,10 +18,10 @@ rebuilding lazily when interactiveSpansDirty is set.
|
||||
1 file changed, 287 insertions(+)
|
||||
|
||||
diff --git a/src/nsterm.m b/src/nsterm.m
|
||||
index 221697b78a..70ec4286bf 100644
|
||||
index d3015e2..6d3b87a 100644
|
||||
--- a/src/nsterm.m
|
||||
+++ b/src/nsterm.m
|
||||
@@ -9342,6 +9342,293 @@ - (NSRect)accessibilityFrame
|
||||
@@ -9304,6 +9304,293 @@ - (NSRect)accessibilityFrame
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user