wait for window.stash

This commit is contained in:
Raghavan 2024-02-17 07:06:36 +05:30 committed by GitHub
parent 7d6655fd49
commit 97e49a2e99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
(function () {
(async () => {
while (!window.stash) {
new Promise((resolve) => setTimeout(resolve, 100));
await new Promise((resolve) => setTimeout(resolve, 100));
}
const svgChevDN =