Skip to content

Commit

Permalink
fix file names for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
anonhostpi committed Sep 5, 2024
1 parent 7608a97 commit 8b479ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ input?.addEventListener("change", async function( event ) {
blobElement.removeAttribute("id");
blobElement.removeAttribute("style");

const name = `0x${ instance.toString(16) }`;
const name = `0x${ instance.toString(16).padStart(16,"0") }`;

if( entry.mimetype ){

Expand Down

0 comments on commit 8b479ac

Please sign in to comment.