Remove sidebar extensions from accessibility inspector
Summary: Sidebar extensions are automatically added to main inspector sidebar but kept from accessibility side menu. Reviewed By: xiphirx Differential Revision: D9438644 fbshipit-source-id: 47a9cc630117e15be3368d78f2396f02796c998d
This commit is contained in:
committed by
Facebook Github Bot
parent
d82fa3c2b5
commit
7acf0ff9af
@@ -26,6 +26,7 @@ import {
|
||||
} from 'sonar';
|
||||
|
||||
import type {TrackType} from '../../fb-stubs/Logger.js';
|
||||
import SidebarExtensions from '../../fb-stubs/LayoutInspectorSidebarExtensions.js';
|
||||
|
||||
import {
|
||||
AXElementsInspector,
|
||||
@@ -979,6 +980,7 @@ export default class Layout extends SonarPlugin<InspectorState> {
|
||||
onValueChanged={this.onDataValueChanged}
|
||||
client={this.client}
|
||||
logger={this.props.logger}
|
||||
extensions={SidebarExtensions}
|
||||
/>
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user