Client: Fix selecting group by clicking on group title

This commit is contained in:
Aleksandr Lushkin 2024-03-12 12:18:57 +01:00
parent efe875267d
commit 81017c4811

View File

@ -56,6 +56,8 @@ const GroupsTableItem = ({
const onRowClick = (e) => {
if (
e.target?.tagName === "SPAN" ||
e.target?.tagName === "A" ||
e.target.closest(".checkbox") ||
e.target.closest(".table-container_row-checkbox") ||
e.detail === 0