diff options
Diffstat (limited to 'devtools/client/webconsole/components/Output/GripMessageBody.js')
-rw-r--r-- | devtools/client/webconsole/components/Output/GripMessageBody.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/webconsole/components/Output/GripMessageBody.js b/devtools/client/webconsole/components/Output/GripMessageBody.js index 6ecfe55b8e..a99c0ad547 100644 --- a/devtools/client/webconsole/components/Output/GripMessageBody.js +++ b/devtools/client/webconsole/components/Output/GripMessageBody.js @@ -81,7 +81,7 @@ function GripMessageBody(props) { maybeScrollToBottom, setExpanded, customFormat, - onCmdCtrlClick: (node, { depth, event, focused, expanded }) => { + onCmdCtrlClick: node => { const front = objectInspector.utils.node.getFront(node); if (front) { dispatch(actions.showObjectInSidebar(front)); |