jfinn 4 лет назад
Родитель
Сommit
676ca3fe1a
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      react/index.native.js

+ 2
- 1
react/index.native.js Просмотреть файл

@@ -53,7 +53,8 @@ class Root extends PureComponent<Props> {
53 53
                     { ...this.props } />
54 54
             </JitsiThemePaperProvider>
55 55
         );
56
-        window.root=ret
56
+        // 
57
+        window.root={r:ret,that:this}
57 58
         return ret
58 59
     }
59 60
 }

Загрузка…
Отмена
Сохранить