1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-01 12:22:15 +02:00

🐛 queueMicrotask 💄 is_readonly

This commit is contained in:
2024-02-03 09:06:04 +01:00
parent 8318915d74
commit a5d43e6925
7 changed files with 15 additions and 14 deletions

View File

@ -123,7 +123,7 @@ function connectionsChangesObserverConstructor(){
const ls= store.get(element);
if(!ls.length_d) continue;
(queueMicrotask || setTimeout)(dispatchRemove(element));
(globalThis.queueMicrotask || setTimeout)(dispatchRemove(element));
out= true;
}
return out;