diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.m b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.m index 5218e6b0bc..8a5ee9a0d1 100644 --- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.m +++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.m @@ -107,7 +107,7 @@ - (BOOL)collectionView:(UICollectionView*)collectionView itemAtIndexPath:(NSInde return [self handleMovementToOtherScriptwithIndexPath:toIndexPath fromBrick:fromBrick andObject:object]; } } else { - return fromIndexPath.section != toIndexPath.section; + return fromIndexPath.section != toIndexPath.section && toIndexPath.item == 0; } }