loading works again
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user