remove unneeded name path clean up

This commit is contained in:
Mads Rasmussen
2024-01-09 20:13:26 +01:00
parent 4d2cef0c03
commit 85b84ae215

View File

@@ -39,7 +39,7 @@ export class UmbScriptWorkspaceEditorElement extends UmbLitElement {
});
this.observe(this.#scriptsWorkspaceContext.path, (path) => {
this._path = path?.replace(/\\/g, '/');
this._path = path;
});
this.observe(this.#scriptsWorkspaceContext.isCodeEditorReady, (isReady) => {