diff --git a/public/app/features/logs/components/panel/LogLine.tsx b/public/app/features/logs/components/panel/LogLine.tsx index 4f099dac59a..39de89c3e2f 100644 --- a/public/app/features/logs/components/panel/LogLine.tsx +++ b/public/app/features/logs/components/panel/LogLine.tsx @@ -149,11 +149,14 @@ const LogLineComponent = memo( return ( <> + {/* A button element could be used but in Safari it prevents text selection. Fallback available for a11y in LogLineMenu */} + {/* eslint-disable-next-line jsx-a11y/no-static-element-interactions, jsx-a11y/click-events-have-key-events */}
{dedupStrategy !== LogsDedupStrategy.none && ( @@ -195,16 +198,13 @@ const LogLineComponent = memo( )}
)} - {/* A button element could be used but in Safari it prevents text selection. Fallback available for a11y in LogLineMenu */} - {/* eslint-disable-next-line jsx-a11y/no-static-element-interactions, jsx-a11y/click-events-have-key-events */}