@hivegpt/hiveai-angular 0.0.144 → 0.0.145

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.
@@ -1552,9 +1552,9 @@
1552
1552
  };
1553
1553
  ChatDrawerComponent.prototype.onCloseSource = function () {
1554
1554
  this.sourcesDrawer.close();
1555
- this.isDrawerOpen = false;
1555
+ this.isDrawerOpen = true;
1556
1556
  this.cdr.detectChanges(); // Trigger change detection if needed
1557
- this.onDrawerClosed();
1557
+ //this.onDrawerClosed();
1558
1558
  };
1559
1559
  ChatDrawerComponent.prototype.onDrawerClosed = function () {
1560
1560
  var _this = this;