Skip to content
Snippets Groups Projects
Commit 0a4a9bf8 authored by rhenck's avatar rhenck
Browse files

[editor] Fox cloze component to not have elements show up multiple times

parent a76bb984
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ import { LikertRadioButtonGroupComponent } from '../likert/likert-radio-button-g
[ngTemplateOutlet]="paragraphs"
[ngTemplateOutletContext]="{ $implicit: blockquotePart }"></ng-container>
</blockquote>
<ng-container *ngIf="part.type !== 'bulletList'"
<ng-container *ngIf="part.type === 'paragraph'"
[ngTemplateOutlet]="paragraphs"
[ngTemplateOutletContext]="{ $implicit: part }"></ng-container>
</ng-container>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment