mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 18:33:56 +00:00
fix: fixing main thread lock
This commit is contained in:
@@ -52,8 +52,7 @@ const getXatabRepack = (url: string) => {
|
||||
worker.removeListener("message", onMessage);
|
||||
};
|
||||
|
||||
worker.on("message", onMessage);
|
||||
worker.postMessage($downloadButton.href);
|
||||
worker.once("message", onMessage);
|
||||
})();
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user