diff --git a/src/index.js b/src/index.js index 9b85bf1..004b58f 100644 --- a/src/index.js +++ b/src/index.js @@ -678,7 +678,6 @@ buttons.screenshot.addEventListener('click', async () => { var blob = await screenshotVM(); var url = URL.createObjectURL(blob); window.open(url, "_blank"); - URL.revokeObjectURL(url); }); chatinput.addEventListener("keypress", (e) => { if (e.key == "Enter") {