mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 01:57:36 +03:00
set tabindex to prevent tooltip from showing on reopen
This commit is contained in:
parent
612e3da7d8
commit
b24bfe3d6f
@ -412,6 +412,7 @@ export default function ObjectLifecycle({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={className}>
|
<div className={className}>
|
||||||
|
<span tabIndex={0} className="sr-only" />
|
||||||
{!fullscreen && (
|
{!fullscreen && (
|
||||||
<div className={cn("flex items-center gap-2")}>
|
<div className={cn("flex items-center gap-2")}>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user