Fixing netlify

This commit is contained in:
Zef Hemel
2024-01-20 22:53:51 +01:00
parent 9734c0f14c
commit 4133cabd52
11 changed files with 60 additions and 17 deletions
+2
View File
@@ -49,6 +49,8 @@ export async function importLibraryCommand(_def: any, uri?: string) {
// Write to local space
await space.writePage(pageName, new TextDecoder().decode(buf));
await editor.flashNotification(`Imported ${pageName}`);
}
await editor.reloadSettingsAndCommands();
await editor.flashNotification("Import complete!");