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

Fix open of presentation dialog

parent 0327ec40
No related merge requests found
<mat-card class="card-container">
<mat-card class="card-container" (click)="openPresentDialog(comment.body)">
<div fxLayout="column">
<div fxLayout="row">
<span class="fill-remaining-space"></span>
......@@ -13,7 +13,7 @@
</button>
</div>
<div fxLayout="row">
<div class="body" (click)="openPresentDialog(comment.body)">{{comment.body}}</div>
<div class="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