@seafile/sdoc-editor 0.5.41-beta.5 → 0.5.41-beta.6
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.
|
@@ -39,6 +39,7 @@ export const getTopLevelChanges = changes => {
|
|
|
39
39
|
|
|
40
40
|
// Merge consecutive added areas or deleted areas
|
|
41
41
|
export const getMergedChanges = (topLevelChanges, diffValue) => {
|
|
42
|
+
console.log('topLevelChanges', topLevelChanges);
|
|
42
43
|
const topLevelChangesValue = [];
|
|
43
44
|
const changes = [];
|
|
44
45
|
diffValue.forEach(item => {
|