Fixes #453: batch prefix refactor command
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user