diff --git a/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.ts b/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.ts index 0ea3b77447306e8ca98fa60093b3bf8e0e356f1e..46b2362355ac40d97cc3852b023cdd7c4f010b7b 100644 --- a/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.ts +++ b/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.ts @@ -19,7 +19,6 @@ import { UIElement } from '../../../../../../../common/classes/uIElement'; }) export class ElementPropertiesComponent implements OnInit, OnDestroy { selectedElements!: UIElement[]; - // combinedProperties: Record<string, string | number | boolean | string[] | undefined> = {}; combinedProperties: UIElement = {} as UIElement; private ngUnsubscribe = new Subject<void>(); @@ -69,7 +68,6 @@ export class ElementPropertiesComponent implements OnInit, OnDestroy { }); } } - console.log('combined:', this.combinedProperties); } updateModel(property: string,