David Luzar 4 роки тому
батько
коміт
68aafe31f9
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      src/components/Portal.tsx

+ 2 - 0
src/components/Portal.tsx

@@ -49,6 +49,8 @@ class Portal {
     this.socket = null;
     this.roomID = null;
     this.roomKey = null;
+    this.socketInitialized = false;
+    this.broadcastedElementVersions = new Map();
   }
 
   isOpen() {