mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 17:47:37 +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 (
|
||||
<div className={className}>
|
||||
<span tabIndex={0} className="sr-only" />
|
||||
{!fullscreen && (
|
||||
<div className={cn("flex items-center gap-2")}>
|
||||
<Button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user