We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f84955 commit 26b18d5Copy full SHA for 26b18d5
1 file changed
src/components/BootstrapBlazor.PdfReader/PdfReader.razor.js
@@ -83,7 +83,7 @@ export async function init(id, invoke, options) {
83
}
84
85
export function dispose(id) {
86
- data.remove(id);
+ Data.remove(id);
87
88
89
function getCanvas(item) {
0 commit comments