|
@@ -631,6 +631,8 @@ export function modelChangePostFixer( model, writer ) {
|
|
|
_fixListTypes( listHead );
|
|
_fixListTypes( listHead );
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ return applied;
|
|
|
|
|
+
|
|
|
function _addListToFix( position ) {
|
|
function _addListToFix( position ) {
|
|
|
const prev = position.nodeBefore;
|
|
const prev = position.nodeBefore;
|
|
|
|
|
|
|
@@ -659,8 +661,6 @@ export function modelChangePostFixer( model, writer ) {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- return applied;
|
|
|
|
|
-
|
|
|
|
|
function _fixListIndents( item ) {
|
|
function _fixListIndents( item ) {
|
|
|
let maxIndent = 0;
|
|
let maxIndent = 0;
|
|
|
let fixBy = null;
|
|
let fixBy = null;
|