mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 01:08:27 +00:00
fix emain
This commit is contained in:
parent
5e655c7c55
commit
b73148be6b
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@ const atoms = {
|
|||
settingsConfigAtom: settingsConfigAtom,
|
||||
tabAtom: tabAtom,
|
||||
};
|
||||
(window as any).globalAtoms = atoms;
|
||||
|
||||
// key is "eventType" or "eventType|oref"
|
||||
const eventSubjects = new Map<string, SubjectWithRef<WSEventType>>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue