diff --git a/public/app/features/logs/components/LogRowContext.tsx b/public/app/features/logs/components/LogRowContext.tsx index 346082b35c5..68383069231 100644 --- a/public/app/features/logs/components/LogRowContext.tsx +++ b/public/app/features/logs/components/LogRowContext.tsx @@ -306,7 +306,9 @@ export const LogRowContext: React.FunctionComponent = ({ return ( onOutsideClick('close_outside_click')}> {/* 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 */} + * and/or when context log line is being highlighted + */} + {/* eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions */}
e.stopPropagation()}> {context.after && (