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