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.d.ts
CHANGED
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
|
});
|