@hivegpt/hiveai-angular 0.0.257 → 0.0.258
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/bundles/hivegpt-hiveai-angular.umd.js +4 -0
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +5 -1
- package/fesm2015/hivegpt-hiveai-angular.js +4 -0
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1567,6 +1567,10 @@
|
|
|
1567
1567
|
_this.cdr.detectChanges();
|
|
1568
1568
|
}, 2000); // Reset after 2 seconds
|
|
1569
1569
|
this.editorsDrawer.open();
|
|
1570
|
+
var button = document.getElementById('botcloseplaygroundbutton');
|
|
1571
|
+
if (button) {
|
|
1572
|
+
button.style.display = 'none';
|
|
1573
|
+
}
|
|
1570
1574
|
this.cdr.detectChanges();
|
|
1571
1575
|
};
|
|
1572
1576
|
ChatDrawerComponent.prototype.scrollToBottom = function () {
|