Skip to content

Commit

Permalink
Work for #3390: fix matrix detail panel in designer
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Sep 27, 2022
1 parent 8bea9c2 commit b968c23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/survey-creator-angular/src/question.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
</div>

<ng-container *ngIf="!adorner.element.isInteractiveDesignElement">
<ng-template [component]="{ name: 'sv-template-renderer', data: { model: model } }"></ng-template>

<ng-template [component]="{ name: componentName, data: componentData }"></ng-template>
<div *ngIf="adorner.isEmptyElement" class="svc-panel__placeholder_frame">
<div class="svc-panel__placeholder">{{ adorner.placeholderText }}</div>
<div *ngIf="adorner.showAddQuestionButton" class="svc-panel__add-new-question svc-action-button" [key2click]
Expand Down

0 comments on commit b968c23

Please sign in to comment.