RED-3800: some fixes after switching from div to a.
This commit is contained in:
parent
f36b1fa8e2
commit
e92bd55cfc
@ -75,5 +75,6 @@
|
||||
|
||||
a {
|
||||
display: contents;
|
||||
cursor: default;
|
||||
@include mixins.clear-a;
|
||||
}
|
||||
|
||||
@ -34,6 +34,7 @@ export class TableItemComponent<T extends IListable> implements OnChanges {
|
||||
|
||||
toggleEntitySelected($event: MouseEvent, entity: T): void {
|
||||
$event.stopPropagation();
|
||||
$event.preventDefault();
|
||||
this.listingService.select(entity, $event.shiftKey);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user