remove comments
This commit is contained in:
@@ -101,15 +101,12 @@ export class UmbSectionDefaultElement extends UmbLitElement implements UmbSectio
|
||||
}),
|
||||
);
|
||||
|
||||
//this.#debouncedCreateRoutes(routes);
|
||||
this.#createRoutes(routes);
|
||||
},
|
||||
'umbRouteExtensionApisInitializer',
|
||||
);
|
||||
}
|
||||
|
||||
//#debouncedCreateRoutes = debounce(this.#createRoutes, 50);
|
||||
|
||||
#createRoutes(routes: Array<IRoute>) {
|
||||
this._routes = [
|
||||
...routes,
|
||||
|
||||
Reference in New Issue
Block a user