obi-sdk 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/modular/chunks/{obi-widget-7060085d.js → obi-widget-d6306b0d.js} +1 -3
- package/dist/modular/chunks/{obi-widget-7060085d.js.map → obi-widget-d6306b0d.js.map} +1 -1
- package/dist/modular/index.js +1 -1
- package/dist/modular/ui.js +10 -10
- package/dist/obi-sdk.es.js +3 -3
- package/dist/obi-sdk.standalone.iife.js +1 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/obi-sdk.umd.js +2 -2
- package/package.json +1 -1
|
@@ -10670,7 +10670,6 @@ class ObiWidget extends i$1 {
|
|
|
10670
10670
|
this.roomUrl = null;
|
|
10671
10671
|
this.boundSaveSessionData = null;
|
|
10672
10672
|
this.closeNavTimeoutRef = null;
|
|
10673
|
-
this.updateFromConfig();
|
|
10674
10673
|
const handleUnload = () => {
|
|
10675
10674
|
if (this.activeSession && this.sessionToken && this.roomToken && this.roomUrl) {
|
|
10676
10675
|
this.saveSessionData();
|
|
@@ -10930,7 +10929,6 @@ class ObiWidget extends i$1 {
|
|
|
10930
10929
|
});
|
|
10931
10930
|
}
|
|
10932
10931
|
render() {
|
|
10933
|
-
this.updateFromConfig();
|
|
10934
10932
|
if (!this.isActive)
|
|
10935
10933
|
return E;
|
|
10936
10934
|
const stateRender = z$2(this.state).with(SDKState.LOADING, () => x`<obi-dot-loader></obi-dot-loader>`).with(SDKState.RESEARCHING, () => x`<obi-searching-loader></obi-searching-loader>`).with(
|
|
@@ -11157,4 +11155,4 @@ export {
|
|
|
11157
11155
|
searchingLoader as s,
|
|
11158
11156
|
x
|
|
11159
11157
|
};
|
|
11160
|
-
//# sourceMappingURL=obi-widget-
|
|
11158
|
+
//# sourceMappingURL=obi-widget-d6306b0d.js.map
|