Skip to content

Commit

Permalink
Deploying to gh-pages from @ 45f3fa1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Nov 16, 2023
1 parent 899c603 commit caef8b7
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _content/RazorBarcodeLibrary/barcodeJsInterop.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ export async function setVideoElement(scanner, videoId) {
if (!Dynamsoft) return;

try {
await scanner.setUIElement(document.getElementById(videoId));
let element = document.getElementById(videoId);
element.className = "dce-video-container";
await scanner.setUIElement(element);
}
catch (ex) {
console.error(ex);
Expand Down
2 changes: 1 addition & 1 deletion _framework/blazor.boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"linkerEnabled": true,
"resources": {
"assembly": {
"example.dll": "sha256-Y80HLjFhlaenkIjfbvAqPc+8Dxs1q+ds1oJ6ArYR6QI=",
"example.dll": "sha256-LExzlvmmjm+B9zBx2cEyl32O+wWKyEF66\/NqKec8lWo=",
"Microsoft.AspNetCore.Components.dll": "sha256-ofUX8JP1w0mYgbjtG23BhquxLHTmqLT5lTjudT9sWl4=",
"Microsoft.AspNetCore.Components.Web.dll": "sha256-U6ceRxD42\/v52j3G+BAuYnv4TyK9ElGdl3U+hOB8sqo=",
"Microsoft.AspNetCore.Components.WebAssembly.dll": "sha256-oY+xvfgFDh2fHdG6aKlPAZADSchxD3dZQ0V9Xg41uXo=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
Binary file modified _framework/example.dll
Binary file not shown.
Binary file modified _framework/example.dll.br
Binary file not shown.
Binary file modified _framework/example.dll.gz
Binary file not shown.
Binary file modified _framework/example.pdb.gz
Binary file not shown.

0 comments on commit caef8b7

Please sign in to comment.