@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.
@@ -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 () {