From f51c0ed25394121ca9775580b31b8db2bc941a90 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 17 Jul 2023 13:15:25 +0200 Subject: [PATCH] add partial viewremove todos menu --- .../uis/textarea/property-editor-ui-textarea.element.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/textarea/property-editor-ui-textarea.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/textarea/property-editor-ui-textarea.element.ts index 93a93a207a..aec69375a0 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/textarea/property-editor-ui-textarea.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/textarea/property-editor-ui-textarea.element.ts @@ -42,8 +42,6 @@ export class UmbPropertyEditorUITextareaElement extends UmbLitElement implements this.dispatchEvent(new CustomEvent('property-value-change')); } - //TODO: uui-textarea needs a rows property - render() { return html`