loading works again

This commit is contained in:
Jonathan Jenne
2023-10-09 11:22:28 +02:00
parent 6de7ec0050
commit 8c629691d9
6 changed files with 166 additions and 134 deletions

View File

@@ -15,7 +15,7 @@
if (firstRender)
{
var module = await JS.InvokeAsync<IJSObjectReference>("import", "./js/app.js");
await module.InvokeVoidAsync("App.loadPDFFromUrl", "#container", EnvelopeReceiverId);
await module.InvokeVoidAsync("App.init", "#container", EnvelopeReceiverId);
}
}
}