mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
Disable "copy to clipboard" and "go to definition" context menu options for Firefox addon (#17668)
This commit is contained in:
@@ -56,6 +56,7 @@ inject('dist/app.js', () => {
|
||||
createElement(DevTools, {
|
||||
browserTheme: 'light',
|
||||
enabledInspectedElementContextMenu: true,
|
||||
enabledInspectedElementContextMenuCopy: true,
|
||||
showTabBar: true,
|
||||
warnIfLegacyBackendDetected: true,
|
||||
warnIfUnsupportedVersionDetected: true,
|
||||
|
||||
Reference in New Issue
Block a user