stylesheet rules refresh on new

This commit is contained in:
Lone Iversen
2023-11-10 11:12:25 +01:00
parent d2085f3a77
commit 9d5db918b6

View File

@@ -19,6 +19,7 @@ export class UmbStylesheetWorkspaceElement extends UmbLitElement {
const path = info.match.params.path === 'null' ? null : info.match.params.path;
const serverPath = path === null ? null : serverFilePathFromUrlFriendlyPath(path);
await this.#workspaceContext.create(serverPath);
await this.#workspaceContext.setRules([]);
new UmbWorkspaceIsNewRedirectController(
this,