From eb0b9c19775ad45bbd8d06da51cbc296e1f17db7 Mon Sep 17 00:00:00 2001 From: Eltanany Shaaban Date: Wed, 10 Feb 2021 11:59:52 +0200 Subject: detect paste change in ace-editor Issue-ID: CCSDK-3149 Signed-off-by: Eltanany Shaaban Change-Id: I0d636ba3d2a7b6097083f18763f8eba92187d179 --- .../configuration-dashboard.component.html | 316 +++++++++++---------- 1 file changed, 169 insertions(+), 147 deletions(-) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html index f33f66020..12396209f 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html @@ -28,7 +28,7 @@
  • - +

    + [autoUpdateContent]="true" [durationBeforeCallback]="1000" [theme]="'eclipse'" + (textChanged)="textChanged($event)" #editor style="height:250px;"> @@ -818,7 +840,7 @@