diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/tree/tree-item.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/tree/tree-item.element.ts index 1e0536970a..48105155b1 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/tree/tree-item.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/tree/tree-item.element.ts @@ -143,6 +143,8 @@ export class UmbTreeItem extends UmbLitElement { } private _observeTreeItemActions() { + // TODO: Stop previous observation, currently we can do this from the UmbElementMixin as its a new subscription when Actions or entityType has changed. + // Solution: store the current observation controller and if it existing then destroy it. this.observe( umbExtensionsRegistry .extensionsOfType('treeItemAction')