From 3279985dca888bc58f381ae23118e298eeb0ff1b Mon Sep 17 00:00:00 2001 From: jojohoch <joachim.hoch@iqb.hu-berlin.de> Date: Thu, 13 Oct 2022 13:43:24 +0200 Subject: [PATCH] [editor] Remove leftover debug output from template --- .../input-groups/text-field-element-properties.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/text-field-element-properties.component.ts b/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/text-field-element-properties.component.ts index a2a823bd6..b79fdff02 100644 --- a/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/text-field-element-properties.component.ts +++ b/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/text-field-element-properties.component.ts @@ -127,8 +127,6 @@ import { CombinedProperties } from 'editor/src/app/components/properties-panel/e {{'propertiesPanel.hasArrowKeys' | translate }} </mat-checkbox> - {{combinedProperties.type}} - <mat-checkbox *ngIf="combinedProperties.type === 'text-area' && combinedProperties.inputAssistancePreset !== null && combinedProperties.hasReturnKey !== undefined" [checked]="$any(combinedProperties.hasReturnKey)" -- GitLab