Fix syntax extensions not loading at b oot

This commit is contained in:
Zef Hemel
2022-11-25 13:05:41 +01:00
parent dd34805071
commit aee071be6a
5 changed files with 15 additions and 12 deletions
+1
View File
@@ -49,6 +49,7 @@ export async function addPlugCommand() {
await editor.navigate("PLUGS");
await system.invokeFunction("server", "updatePlugs");
await editor.flashNotification("Plug added!");
system.reloadPlugs();
}
export async function updatePlugs() {