@taiga-ui/addon-doc 3.16.0-dev.main-cbaeb64 → 3.16.0-dev.main-be14e7c

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.
@@ -1599,7 +1599,7 @@
1599
1599
  var _this = this;
1600
1600
  var _a;
1601
1601
  this.loading$.next(true);
1602
- (_a = this.codeEditor) === null || _a === void 0 ? void 0 : _a.edit(this.componentName, this.id || '', files).finally(function () { return _this.loading$.next(false); });
1602
+ (_a = this.codeEditor) === null || _a === void 0 ? void 0 : _a.edit(this.componentName, this.id || '', files).then(function () { return _this.loading$.next(false); }).catch(function () { return _this.loading$.next(false); });
1603
1603
  };
1604
1604
  TuiDocExampleComponent.prototype.setFragmentWithoutRedirect = function (id) {
1605
1605
  var url = this.router