From 3fa94104e9dbca15c3b46df954512f78c0d111be Mon Sep 17 00:00:00 2001 From: Aaron Detre Date: Mon, 21 Apr 2025 09:46:13 -0700 Subject: [PATCH 1/3] Clicking step title opens step editor rather than checking checkbox --- .../project-authoring-step.component.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/assets/wise5/authoringTool/project-authoring-step/project-authoring-step.component.html b/src/assets/wise5/authoringTool/project-authoring-step/project-authoring-step.component.html index ea42bffe159..2f26ba919a7 100644 --- a/src/assets/wise5/authoringTool/project-authoring-step/project-authoring-step.component.html +++ b/src/assets/wise5/authoringTool/project-authoring-step/project-authoring-step.component.html @@ -19,9 +19,10 @@ [disabled]="nodeTypeSelected() === 'lesson'" aria-label="Select step" i18n-aria-label - > + /> + - +
@if (isBranchPoint(step.id)) {