Match-id-14c6d77f9988d9f6f8d9623e58e234decb7b663d
This commit is contained in:
parent
b9a2d4067d
commit
dea643344b
|
@ -321,7 +321,6 @@ function diffArrayNodes(
|
||||||
if (leftIdx === rightIdx) {
|
if (leftIdx === rightIdx) {
|
||||||
if (isComparing) {
|
if (isComparing) {
|
||||||
if (firstChild && parentNode.tag === DomComponent && newChildren.length === 0) {
|
if (firstChild && parentNode.tag === DomComponent && newChildren.length === 0) {
|
||||||
// if (false) {
|
|
||||||
FlagUtils.markClear(parentNode);
|
FlagUtils.markClear(parentNode);
|
||||||
parentNode.clearChild = firstChild;
|
parentNode.clearChild = firstChild;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue