Skip to content
Snippets Groups Projects
Commit 5246aeb9 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Move click-event for prensation dialog to comment body

parent 1a6e5566
No related merge requests found
<mat-card class="card-container" (click)="openPresentDialog(comment.body)">
<mat-card class="card-container">
<div fxLayout="column">
<div fxLayout="row">
<span class="fill-remaining-space"></span>
......@@ -13,7 +13,7 @@
</button>
</div>
<div fxLayout="row">
<div class="body">{{comment.body}}</div>
<div class="body" (click)="openPresentDialog(comment.body)">{{comment.body}}</div>
<span class="fill-remaining-space"></span>
<div fxLayout="column">
<button mat-icon-button [disabled]="!isStudent" (click)="voteUp(comment)">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment