mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Fix
This commit is contained in:
parent
eca3e27b30
commit
6078e87c6b
@ -216,7 +216,7 @@ export default function FaceLibrary() {
|
|||||||
switch (key) {
|
switch (key) {
|
||||||
case "a":
|
case "a":
|
||||||
if (modifiers.ctrl) {
|
if (modifiers.ctrl) {
|
||||||
if (selectedFaces) {
|
if (selectedFaces.length) {
|
||||||
setSelectedFaces([]);
|
setSelectedFaces([]);
|
||||||
} else {
|
} else {
|
||||||
setSelectedFaces([...trainImages]);
|
setSelectedFaces([...trainImages]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user