fix saving
This commit is contained in:
parent
09dda08f52
commit
4c54b8bfb6
@ -91,7 +91,7 @@ export class ProjectSaveHandler {
|
||||
await KarlkoderCodec.en(
|
||||
this.projectName.value,
|
||||
this.editor.getValue(),
|
||||
await assetEditor.getAssets(),
|
||||
await this.assetEditor.getAssets(),
|
||||
),
|
||||
".karlkode",
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user