This commit is contained in:
Zef Hemel
2023-07-28 13:54:31 +02:00
parent 9dd7a5310b
commit f24fbbb472
2 changed files with 31 additions and 20 deletions
+2
View File
@@ -19,6 +19,8 @@ export async function updateDirectivesOnPageCommand() {
return;
}
await editor.save();
// Collect all directives and their body replacements
const replacements: { fullMatch: string; textPromise: Promise<string> }[] =
[];