@archbee/app-widget 1.1.31 → 1.1.32
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/index.esm.js +0 -3
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -1719,9 +1719,6 @@ const iterateProxy = (proxy, component) => {
|
|
|
1719
1719
|
} else {
|
|
1720
1720
|
window._archbee.widget.widgetType = 'docs';
|
|
1721
1721
|
}
|
|
1722
|
-
if (Object.keys(event).includes('hideNavbar')) {
|
|
1723
|
-
window._archbee.widget.hideNavbar = event.hideNavbar;
|
|
1724
|
-
}
|
|
1725
1722
|
window.dispatchEvent(showWidgetEvent());
|
|
1726
1723
|
}
|
|
1727
1724
|
if (event.eventType === EVENT_TYPE_ENUM.hideWidget) {
|