fix saving

This commit is contained in:
Reimar 2025-10-15 10:28:41 +02:00
parent 09dda08f52
commit 4c54b8bfb6

View File

@ -91,7 +91,7 @@ export class ProjectSaveHandler {
await KarlkoderCodec.en(
this.projectName.value,
this.editor.getValue(),
await assetEditor.getAssets(),
await this.assetEditor.getAssets(),
),
".karlkode",
);