Skip to content

Commit

Permalink
Merge pull request #20 from navedqb/fix--numpad-enter-issue-in-treese…
Browse files Browse the repository at this point in the history
…lect

fix: Numpad enter issue in treeselect
  • Loading branch information
navedqb authored Mar 13, 2024
2 parents 3019f89 + 429ac04 commit b68b956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/tree/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ export class UITreeNode implements OnInit {
//enter
case 'Enter':
case 'Space':
case 'NumpadEnter':
this.onEnter(event);
break;
//tab
Expand Down

0 comments on commit b68b956

Please sign in to comment.