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-amd-min.js +1 -1
- package/dist/rooster-amd-min.js.map +1 -1
- package/dist/rooster-amd.d.ts +1 -1
- package/dist/rooster-amd.js +0 -4
- package/dist/rooster-amd.js.map +1 -1
- package/dist/rooster-min.js +1 -1
- package/dist/rooster-min.js.map +1 -1
- package/dist/rooster.d.ts +1 -1
- package/dist/rooster.js +0 -4
- package/dist/rooster.js.map +1 -1
- package/package.json +6 -6
- package/tsconfig.child.tsbuildinfo +1 -1
package/dist/rooster-amd.d.ts
CHANGED
package/dist/rooster-amd.js
CHANGED
|
@@ -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
|
});
|