Skip to content

Commit

Permalink
Show process detail panel on clicking a node rather than the process …
Browse files Browse the repository at this point in the history
…specific event list
  • Loading branch information
kqualters-elastic committed Jul 21, 2020
1 parent 21977a7 commit 3efb47b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const UnstyledProcessEventDot = React.memo(
selectedProcessId: nodeID,
},
});
pushToQueryParams({ crumbId: nodeID, crumbEvent: 'all' });
pushToQueryParams({ crumbId: nodeID, crumbEvent: '' });
}, [animationTarget, dispatch, pushToQueryParams, nodeID, nodeHTMLID]);

/**
Expand Down

0 comments on commit 3efb47b

Please sign in to comment.