diff --git a/packages/grafana-ui/src/components/Logs/LogRowContext.tsx b/packages/grafana-ui/src/components/Logs/LogRowContext.tsx index aa08fe7ab49..2ff8ca671fc 100644 --- a/packages/grafana-ui/src/components/Logs/LogRowContext.tsx +++ b/packages/grafana-ui/src/components/Logs/LogRowContext.tsx @@ -102,11 +102,6 @@ const LogRowContextGroupHeader: React.FunctionComponent { - event.stopPropagation(); - onLoadMoreContext(); - }; - return (
Load 10 more @@ -217,7 +212,9 @@ export const LogRowContext: React.FunctionComponent = ({ return ( -
+ {/* e.stopPropagation is necessary so the log details doesn't open when clicked on log line in context + * and/or when context log line is being highlighted */} +
e.stopPropagation()}> {context.after && (