Remove selection

This commit is contained in:
Nicolas Mowen 2025-03-27 17:39:44 -06:00
parent 31d37e65db
commit 79c5166b57

View File

@ -545,7 +545,7 @@ function TrainingGrid({
onClick={(data, meta) => {
if (meta || selectedFaces.length > 0) {
onClickFace(data.filename, true);
} else {
} else if (event) {
setSelectedEvent(event);
}
}}