mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
raise keyboard events, improve task list keyboard handling (#2401)
This commit is contained in:
committed by
Eugenio Romano
parent
9f0e40a6e8
commit
e756db03cd
@@ -42,7 +42,7 @@
|
||||
[adf-upload]="allowDropFiles && rowAllowsDrop(row)" [adf-upload-data]="row"
|
||||
[ngStyle]="rowStyle"
|
||||
[ngClass]="getRowStyle(row)"
|
||||
(keyup.enter)="onKeyboardNavigate(row, $event)">
|
||||
(keyup)="onRowKeyUp(row, $event)">
|
||||
|
||||
<!-- Actions (left) -->
|
||||
<td *ngIf="actions && actionsPosition === 'left'">
|
||||
|
Reference in New Issue
Block a user