Skip to content

Commit c4d77a5

Browse files
committed
Update
1 parent fcf4426 commit c4d77a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/product-list/product-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class ProductListComponent {
3939
let licenseKey: string = this.inputText === '' ? this.placeholderText : this.inputText;
4040
await LicenseManager.initLicense(licenseKey, { executeNow: true });
4141

42-
// DDV.Core.license = licenseKey;
42+
DDV.Core.license = licenseKey;
4343
DDV.Core.engineResourcePath = getFullUrl('assets/dynamsoft-document-viewer/engine/');
4444
await DDV.Core.init();
4545
DDV.setProcessingHandler("imageFilter", new DDV.ImageFilter());

0 commit comments

Comments
 (0)