Skip to content

Commit

Permalink
Applied Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elkorol committed Feb 17, 2024
1 parent 958748f commit 7d6655f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/themeSwitch/themeSwitchMain.js
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down Expand Up @@ -684,4 +684,4 @@ export default async () => {
window.addEventListener("beforeunload", function () {
menuCreated = false;
});
};
})();

0 comments on commit 7d6655f

Please sign in to comment.