Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ const definitions: FeatureFlagDefinitions = {
ossReleaseStage: 'none',
},
externalElementInspectionEnabled: {
defaultValue: false,
defaultValue: true,
metadata: {
dateAdded: '2026-02-04',
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<c3eeb5a098c4f8f0738ee377e81679cb>>
* @generated SignedSource<<4680a90fe6a071f6352de95fc1ca01ba>>
* @flow strict
* @noformat
*/
Expand Down Expand Up @@ -155,7 +155,7 @@ export const disableMaintainVisibleContentPosition: Getter<boolean> = createJava
/**
* Enable the external inspection API for DevTools to communicate with the Inspector overlay.
*/
export const externalElementInspectionEnabled: Getter<boolean> = createJavaScriptFlagGetter('externalElementInspectionEnabled', false);
export const externalElementInspectionEnabled: Getter<boolean> = createJavaScriptFlagGetter('externalElementInspectionEnabled', true);

/**
* Fixing an edge case where the current window size is not properly calculated with fast scrolling. Window size collapsed to 1 element even if windowSize more than the current amount of elements
Expand Down
Loading