Skip to content

Commit

Permalink
Revert "Revert "Cherry-pick 58895ed. rdar://122778867""
Browse files Browse the repository at this point in the history
This reverts commit 32a23f7.

Identifier: 272448.564@safari-7618.1.15.10-branch
  • Loading branch information
MyahCobbs committed Feb 14, 2024
1 parent 987f1f6 commit 036d67e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2762,6 +2762,9 @@ - (BOOL)accessibilityIsDeletion

- (BOOL)accessibilityIsInNonNativeTextControl
{
if (![self _prepareAccessibilityCall])
return NO;

return !!Accessibility::findAncestor(*self.axBackingObject, true, [] (const auto& object) {
return object.isNonNativeTextControl();
});
Expand Down

0 comments on commit 036d67e

Please sign in to comment.