refactor cmdqueue out of blockcontroller (#65)

This commit is contained in:
Mike Sawka
2024-06-20 16:01:55 -07:00
committed by GitHub
parent 68ca79fcbc
commit 5e655c7c55
7 changed files with 328 additions and 220 deletions
+1
View File
@@ -76,6 +76,7 @@ const atoms = {
settingsConfigAtom: settingsConfigAtom,
tabAtom: tabAtom,
};
(window as any).globalAtoms = atoms;
// key is "eventType" or "eventType|oref"
const eventSubjects = new Map<string, SubjectWithRef<WSEventType>>();