mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix portal teardown (#2370)
This commit is contained in:
parent
b06cf86811
commit
68aafe31f9
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ class Portal {
|
||||||
this.socket = null;
|
this.socket = null;
|
||||||
this.roomID = null;
|
this.roomID = null;
|
||||||
this.roomKey = null;
|
this.roomKey = null;
|
||||||
|
this.socketInitialized = false;
|
||||||
|
this.broadcastedElementVersions = new Map();
|
||||||
}
|
}
|
||||||
|
|
||||||
isOpen() {
|
isOpen() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue