Skip to content

Commit 766b1ee

Browse files
committed
Don’t select a span when toggling collapsing
1 parent 188d4d6 commit 766b1ee

File tree

1 file changed

+0
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam

1 file changed

+0
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam/route.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ function TasksTreeView({
334334
onClick={(e) => {
335335
e.stopPropagation();
336336
toggleExpandNode(node.id);
337-
selectNode(node.id);
338337
scrollToNode(node.id);
339338
}}
340339
>

0 commit comments

Comments
 (0)