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