Skip to content

Commit

Permalink
Fix select/deselect component checkbox with keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
breity committed Sep 20, 2024
1 parent 40359df commit bf68ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ <h5 i18n>Components</h5>
[(ngModel)]="componentsToChecked()[component.id]"
(change)="componentCheckboxChanged(component.id, $event.checked)"
(click)="$event.stopPropagation()"
(keydown)="$event.stopPropagation()"
aria-label="Select component"
i18n-aria-label
>
Expand Down
4 changes: 2 additions & 2 deletions src/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -12131,14 +12131,14 @@ The branches will be removed but the steps will remain in the unit.</source>
<source>Select component</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/node/node-authoring/node-authoring.component.html</context>
<context context-type="linenumber">123</context>
<context context-type="linenumber">124</context>
</context-group>
</trans-unit>
<trans-unit id="46c242cc262ba3a868dfd6bd37f555c1ada6877c" datatype="html">
<source>Delete Component</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/node/node-authoring/node-authoring.component.html</context>
<context context-type="linenumber">147</context>
<context context-type="linenumber">148</context>
</context-group>
</trans-unit>
<trans-unit id="7035134055292483273" datatype="html">
Expand Down

0 comments on commit bf68ad9

Please sign in to comment.