diff --git a/src/core/Utils.js b/src/core/Utils.js index 150e8293..3af4ca5b 100755 --- a/src/core/Utils.js +++ b/src/core/Utils.js @@ -977,6 +977,12 @@ const Utils = { "aria-controls='collapse" + i + "' " + "title=\"Show/hide contents of '" + Utils.escapeHtml(file.fileName) + "'\">🔍"; + const hexFileData = Utils.byteArrayToHex(new Uint8Array(file.bytes)); + + const switchFileDataToInput = ""; + const html = "
" + "