roosterjs 9.50.1 → 9.51.0

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.
@@ -1010,9 +1010,7 @@ var EditorAdapter = /** @class */ (function (_super) {
1010
1010
  var exportMode = (_a = GetContentModeMap[mode]) !== null && _a !== void 0 ? _a : 'HTML';
1011
1011
  switch (exportMode) {
1012
1012
  case 'HTML':
1013
- return this.isExperimentalFeatureEnabled('ExportHTMLFast')
1014
- ? (0, roosterjs_content_model_core_1.exportContent)(this, 'HTMLFast')
1015
- : (0, roosterjs_content_model_core_1.exportContent)(this, 'HTML', this.getCore().environment.modelToDomSettings.customized);
1013
+ return (0, roosterjs_content_model_core_1.exportContent)(this, 'HTMLFast');
1016
1014
  case 'PlainText':
1017
1015
  return (0, roosterjs_content_model_core_1.exportContent)(this, 'PlainText');
1018
1016
  case 'PlainTextFast':