-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
var base64FileString = await attachmentFileService.GetBase64String(new(AttachmentId));
await pdfViewer.LoadPdfAsync(base64FileString);
Error:
Uncaught (in promise) Error: Cannot use the same canvas during multiple render() operations. Use different canvas or ensure previous operations were cancelled or completed.
at _InternalRenderTask.initializeGraphics (blazorpdf.min.js:2:281676)
at blazorpdf.min.js:2:253373
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels