mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
Remove selection
This commit is contained in:
parent
31d37e65db
commit
79c5166b57
@ -545,7 +545,7 @@ function TrainingGrid({
|
|||||||
onClick={(data, meta) => {
|
onClick={(data, meta) => {
|
||||||
if (meta || selectedFaces.length > 0) {
|
if (meta || selectedFaces.length > 0) {
|
||||||
onClickFace(data.filename, true);
|
onClickFace(data.filename, true);
|
||||||
} else {
|
} else if (event) {
|
||||||
setSelectedEvent(event);
|
setSelectedEvent(event);
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user