Improve keyboard navigation

This commit is contained in:
Geomitron
2024-07-10 23:25:01 -05:00
parent 0c8b20c3e9
commit c698e6bb63
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<td>
<input type="checkbox" class="checkbox" (click)="$event.stopPropagation()" [(ngModel)]="selected" />
<input type="checkbox" class="checkbox" (click)="$event.stopPropagation()" (focus)="rowFocused.emit()" [(ngModel)]="selected" />
</td>
<td>
<span *ngIf="song.length > 1" class="rounded-sm bg-accent text-accent-content px-1 mr-1 font-bold">{{ song.length }}</span> {{ song[0].name }}