tnx-shared 5.3.234 → 5.3.235

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.
@@ -54328,7 +54328,6 @@
54328
54328
  this.content = '';
54329
54329
  this.id = '';
54330
54330
  this.id = this._commonService.guid();
54331
- this.loadMathConfig();
54332
54331
  }
54333
54332
  // ngOnChanges(changes: SimpleChanges) {
54334
54333
  // if (changes['content']) {
@@ -54446,6 +54445,7 @@
54446
54445
  document.head.appendChild(script);
54447
54446
  };
54448
54447
  HtmlPreviewComponent.prototype.ngOnInit = function () {
54448
+ this.loadMathConfig();
54449
54449
  };
54450
54450
  return HtmlPreviewComponent;
54451
54451
  }());