| Index: sky/engine/core/rendering/RenderBlock.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBlock.cpp b/sky/engine/core/rendering/RenderBlock.cpp
|
| index f70c0888fef056c9c6446f6d6f26c336603b1825..84376b61e61f007fb6dde25078a80e20db743a64 100644
|
| --- a/sky/engine/core/rendering/RenderBlock.cpp
|
| +++ b/sky/engine/core/rendering/RenderBlock.cpp
|
| @@ -1113,9 +1113,6 @@ PositionWithAffinity RenderBlock::positionForPointWithInlineChildren(const Layou
|
| if (!firstRootBoxWithChildren)
|
| firstRootBoxWithChildren = root;
|
|
|
| - if (root->isFirstAfterPageBreak() && (pointInLogicalContents.y() < root->lineTopWithLeading()))
|
| - break;
|
| -
|
| lastRootBoxWithChildren = root;
|
|
|
| // check if this root line box is located at this y coordinate
|
|
|