@hivegpt/hiveai-angular 0.0.270 → 0.0.271

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.
@@ -2236,14 +2236,17 @@
2236
2236
  };
2237
2237
  }
2238
2238
  BotHtmlEditorComponent.prototype.ngOnInit = function () {
2239
+ var _this = this;
2239
2240
  this.environment = prod_environment;
2240
- if (this.isDocInEditMode) {
2241
- console.log('In Edit mode');
2242
- this.filldataInForm();
2243
- }
2244
- else {
2245
- console.log('In save mode');
2246
- }
2241
+ setTimeout(function () {
2242
+ if (_this.isDocInEditMode) {
2243
+ console.log('In Edit mode');
2244
+ _this.filldataInForm();
2245
+ }
2246
+ else {
2247
+ console.log('In save mode');
2248
+ }
2249
+ }, 2500);
2247
2250
  };
2248
2251
  BotHtmlEditorComponent.prototype.filldataInForm = function () {
2249
2252
  var _a, _b;