Fixes #433
This commit is contained in:
@@ -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> }[] =
|
||||
[];
|
||||
|
||||
Reference in New Issue
Block a user