mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 14:19:39 +00:00
prep for 2.1.4
Some checks failed
Some checks failed
This commit is contained in:
parent
808c275167
commit
257218c5a1
@ -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) => {
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user