From 54f4ff2503467bed94a8438656d04529e6cee630 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 9 Jan 2023 10:56:39 +0100 Subject: [PATCH] add TODO --- .../components/backoffice-frame/backoffice-main.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/backoffice-frame/backoffice-main.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/backoffice-frame/backoffice-main.element.ts index b9d6226019..4443c74042 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/backoffice-frame/backoffice-main.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/backoffice-frame/backoffice-main.element.ts @@ -63,7 +63,7 @@ export class UmbBackofficeMain extends UmbLitElement { return { path: this._routePrefix + section.meta.pathname, component: () => this._getSectionElement(section), - setup: this._onRouteSetup, + setup: this._onRouteSetup, // TODO: sometimes we can end up in a state where this callback doesn't get called. It could look like a bug in the router-slot. }; });