Hey,@marijn
The problem I’m having, with two object files to compare, is as follows:
{
a: {
a1: "first value",
a2: "second value",
a3: "third value",
}
}
Where a1 and a3 are different, in the current merge-view, there are two merge buttons, can I achieve a block level merge with a as the dimension of the object a through codemirror6 or merge-view’s existing ability, while the a1 and a3 that are different also retain the ability to merge rows.