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.
package/dist/rooster.d.ts CHANGED
@@ -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
 
package/dist/rooster.js CHANGED
@@ -3280,7 +3280,6 @@ function setIndentation(editor, indentation) {
3280
3280
  i++;
3281
3281
  }
3282
3282
  var isTabKeyTextFeaturesEnabled = editor.isFeatureEnabled("TabKeyTextFeatures" /* TabKeyTextFeatures */);
3283
- vList.rootList.style.listStylePosition = 'inside';
3284
3283
  if (isTabKeyTextFeaturesEnabled &&
3285
3284
  isFirstItem(vList, startNode) &&
3286
3285
  shouldHandleWithBlockquotes(indentation, editor, startNode)) {
@@ -4421,9 +4420,6 @@ function toggleListType(editor, listType, startNumber, includeSiblingLists) {
4421
4420
  : (0, roosterjs_editor_dom_1.createVListFromRegion)(region, includeSiblingLists);
4422
4421
  if (vList) {
4423
4422
  vList.changeListType(start, end, listType);
4424
- if (editor.isFeatureEnabled("TabKeyTextFeatures" /* TabKeyTextFeatures */)) {
4425
- vList.rootList.style.listStylePosition = 'inside';
4426
- }
4427
4423
  vList.writeBack();
4428
4424
  }
4429
4425
  });