From dea643344b9ff36f193edc10ca043e5c3447cf60 Mon Sep 17 00:00:00 2001 From: * <8> Date: Wed, 26 Jan 2022 10:14:26 +0800 Subject: [PATCH] Match-id-14c6d77f9988d9f6f8d9623e58e234decb7b663d --- libs/horizon/src/renderer/diff/nodeDiffComparator.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/horizon/src/renderer/diff/nodeDiffComparator.ts b/libs/horizon/src/renderer/diff/nodeDiffComparator.ts index dad4f3a3..b1f1203b 100644 --- a/libs/horizon/src/renderer/diff/nodeDiffComparator.ts +++ b/libs/horizon/src/renderer/diff/nodeDiffComparator.ts @@ -321,7 +321,6 @@ function diffArrayNodes( if (leftIdx === rightIdx) { if (isComparing) { if (firstChild && parentNode.tag === DomComponent && newChildren.length === 0) { - // if (false) { FlagUtils.markClear(parentNode); parentNode.clearChild = firstChild; } else {