prep for 2.1.4
Some checks failed
Build Windows / build-x64 (push) Has been cancelled
Build Windows / build-arm64 (push) Has been cancelled
Build macOS / build (push) Has been cancelled
Build Linux / build_x64 (push) Has been cancelled
Build Linux / build_arm64 (push) Has been cancelled

This commit is contained in:
Anirudh Sevugan 2025-09-10 21:38:47 -05:00 committed by GitHub
parent 808c275167
commit 257218c5a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,6 @@ window.addEventListener('drop', e => {
if (previousDropURL) {
URL.revokeObjectURL(previousDropURL);
window.previousDropURL = previousDropURL;
previousDropURL = null;
}
// Revoke previous file picker Object URL
@ -202,3 +201,4 @@ window.electron.receive("unload-addon", (fileURL) => {
});