diff options
Diffstat (limited to 'src/Main.tsx')
-rw-r--r-- | src/Main.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Main.tsx b/src/Main.tsx index dd8313ac1..03d44e0e5 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -38,8 +38,9 @@ document.addEventListener("pointerdown", action(function (e: PointerEvent) { }), true) -//runInAction(() => +//runInAction(() => { + let PDFDoc = Documents.PDFDocument(""); let doc1 = Documents.TextDocument({ title: "hello" }); let doc2 = doc1.MakeDelegate(); doc2.Set(KS.X, new NumberField(150)); |