Bugfix: Redirect template and stylesheet when creating new
This commit is contained in:
@@ -116,6 +116,7 @@ export class UmbStylesheetWorkspaceContext
|
||||
|
||||
if (newData) {
|
||||
this.#data.setValue(newData);
|
||||
this.setIsNew(false);
|
||||
this.workspaceComplete(newData);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -175,6 +175,7 @@ ${currentContent}`;
|
||||
|
||||
if (newData) {
|
||||
this.#data.setValue(newData);
|
||||
this.setIsNew(false);
|
||||
this.workspaceComplete(newData);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user