diff --git a/src/app/components/creator/content-list/content-list.component.html b/src/app/components/creator/content-list/content-list.component.html
index 63647a3b23901d0eff73130ddec37fa9804abac6..a7d9553bb100bc82c543f67b102a244f6767261e 100644
--- a/src/app/components/creator/content-list/content-list.component.html
+++ b/src/app/components/creator/content-list/content-list.component.html
@@ -16,10 +16,10 @@
       <mat-card-content>
       <mat-expansion-panel *ngFor="let content of contents" class="matPanel">
         <mat-expansion-panel-header>
-          <button mat-button color="accent" (click)="editContent(content.subject)">
+          <button mat-button color="accent" (click)="$event.stopPropagation();">
             <mat-icon>create</mat-icon>
           </button>
-          <button mat-button color="warn" (click)="deleteContentDialog(content)">
+          <button mat-button color="warn" (click)="deleteContentDialog(content);$event.stopPropagation();">
             <mat-icon>delete_forever</mat-icon>
           </button>
           <mat-panel-title>