mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 20:04:27 -06:00
Applied Fix
This commit is contained in:
parent
958748f0e8
commit
7d6655fd49
@ -1,6 +1,6 @@
|
||||
export default async () => {
|
||||
(function () {
|
||||
while (!window.stash) {
|
||||
await new Promise((resolve) => setTimeout(resolve, 100));
|
||||
new Promise((resolve) => setTimeout(resolve, 100));
|
||||
}
|
||||
|
||||
const svgChevDN =
|
||||
@ -684,4 +684,4 @@ export default async () => {
|
||||
window.addEventListener("beforeunload", function () {
|
||||
menuCreated = false;
|
||||
});
|
||||
};
|
||||
})();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user