Fixes #453: batch prefix refactor command

This commit is contained in:
Zef Hemel
2023-07-28 15:20:56 +02:00
parent 747e81e5da
commit 891c8fb995
7 changed files with 345 additions and 255 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ export class MainUI {
}
console.log("Now renaming page to...", newName);
await editor.system.system.loadedPlugs.get("core")!.invoke(
"renamePage",
"renamePageCommand",
[{ page: newName }],
);
editor.focus();