mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-15 21:40:06 +02:00
fix portal teardown (#2370)
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user