diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-action/shared/property-action-menu/property-action-menu.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-action/shared/property-action-menu/property-action-menu.element.ts index 2496b833e0..bf0f3a9091 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-action/shared/property-action-menu/property-action-menu.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-action/shared/property-action-menu/property-action-menu.element.ts @@ -65,6 +65,7 @@ export class UmbPropertyActionMenuElement extends UmbLitElement { event.stopPropagation(); } + // TODO: Implement extension-slot on change event. And use the extension slot instead of custom implementation. render() { return this._actions.length > 0 ? html`