Support syscalls in sandboxed iframes

This commit is contained in:
Zef Hemel
2023-01-16 10:40:16 +01:00
parent 9c0525e683
commit ef7830662e
7 changed files with 98 additions and 100 deletions
+2 -2
View File
@@ -130,8 +130,8 @@ export class Editor {
.dispatchEvent("editor:updated")
.catch((e) => console.error("Error dispatching editor:updated event", e));
}, 1000);
private system: System<SilverBulletHooks>;
private mdExtensions: MDExt[] = [];
system: System<SilverBulletHooks>;
mdExtensions: MDExt[] = [];
urlPrefix: string;
indexPage: string;