remove comment

This commit is contained in:
Niels Lyngsø
2023-02-01 12:45:25 +01:00
parent 051ad56531
commit dee4796bd2

View File

@@ -70,7 +70,6 @@ export class UmbRouterSlotElement extends LitElement {
private _onNavigationChanged = (event?: any) => {
if(event.detail.slot === this.#router) {
// Gather the routerFolder
this._activeLocalPath = event.detail.match.route.path;
this.dispatchEvent(new UmbRouterSlotChangeEvent());
}