fix emain

This commit is contained in:
sawka 2024-06-20 16:20:50 -07:00
parent 5e655c7c55
commit b73148be6b

View File

@ -76,7 +76,6 @@ const atoms = {
settingsConfigAtom: settingsConfigAtom, settingsConfigAtom: settingsConfigAtom,
tabAtom: tabAtom, tabAtom: tabAtom,
}; };
(window as any).globalAtoms = atoms;
// key is "eventType" or "eventType|oref" // key is "eventType" or "eventType|oref"
const eventSubjects = new Map<string, SubjectWithRef<WSEventType>>(); const eventSubjects = new Map<string, SubjectWithRef<WSEventType>>();