roosterjs 9.58.0 → 9.59.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.
@@ -1657,7 +1657,7 @@ var EditorAdapter = /** @class */ (function (_super) {
1657
1657
  var core = this.getCore();
1658
1658
  if (core.lifecycle.isDarkMode) {
1659
1659
  (0, roosterjs_content_model_dom_1.transformColor)(node, true /*includeSelf*/, direction == 1 /* DarkToLight */ ? 'darkToLight' : 'lightToDark', core.darkColorHandler, {
1660
- tableBorders: this.isExperimentalFeatureEnabled('TransformTableBorderColors'),
1660
+ tableBorders: true,
1661
1661
  }, core.format.defaultFormat.textColor);
1662
1662
  }
1663
1663
  };