From c506df38093db6930161ef6b5b39ec691a8d7cce Mon Sep 17 00:00:00 2001 From: Matias Chomicki Date: Thu, 12 Jan 2023 11:06:54 +0100 Subject: [PATCH] Log Row Context: disable false a11y postive (#61312) Chore: disable false a11y postive --- public/app/features/logs/components/LogRowContext.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 && (