roosterjs 8.19.2 → 8.19.3

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.
@@ -1,4 +1,4 @@
1
- // Type definitions for roosterjs (Version 8.19.2)
1
+ // Type definitions for roosterjs (Version 8.19.3)
2
2
  // Generated by dts tool from roosterjs
3
3
  // Project: https://github.com/Microsoft/roosterjs
4
4
 
@@ -3279,7 +3279,6 @@ function setIndentation(editor, indentation) {
3279
3279
  i++;
3280
3280
  }
3281
3281
  var isTabKeyTextFeaturesEnabled = editor.isFeatureEnabled("TabKeyTextFeatures" /* TabKeyTextFeatures */);
3282
- vList.rootList.style.listStylePosition = 'inside';
3283
3282
  if (isTabKeyTextFeaturesEnabled &&
3284
3283
  isFirstItem(vList, startNode) &&
3285
3284
  shouldHandleWithBlockquotes(indentation, editor, startNode)) {
@@ -4420,9 +4419,6 @@ function toggleListType(editor, listType, startNumber, includeSiblingLists) {
4420
4419
  : (0, roosterjs_editor_dom_1.createVListFromRegion)(region, includeSiblingLists);
4421
4420
  if (vList) {
4422
4421
  vList.changeListType(start, end, listType);
4423
- if (editor.isFeatureEnabled("TabKeyTextFeatures" /* TabKeyTextFeatures */)) {
4424
- vList.rootList.style.listStylePosition = 'inside';
4425
- }
4426
4422
  vList.writeBack();
4427
4423
  }
4428
4424
  });