Add focus option to context menu in the accessibility tree
Summary: Allow user to open the context menu on an element in the ax tree and request accessibility focus to that element. If the element is focusable (and talkback or another accessibility service is running), accessibility focus will change to that element, if not, it will not change anything. Differential Revision: D9162382 fbshipit-source-id: 5dda9b87a2cc6eba4130e3feee978b5fa38ac9f1
This commit is contained in:
committed by
Facebook Github Bot
parent
ae0b8f6b53
commit
1fb2c4ee76
@@ -159,6 +159,9 @@ export type {
|
||||
ElementSearchResultSet,
|
||||
} from './components/elements-inspector/ElementsInspector.js';
|
||||
export {Elements} from './components/elements-inspector/elements.js';
|
||||
export type {
|
||||
ContextMenuExtension,
|
||||
} from './components/elements-inspector/elements.js';
|
||||
export {
|
||||
default as ElementsInspector,
|
||||
} from './components/elements-inspector/ElementsInspector.js';
|
||||
|
||||
Reference in New Issue
Block a user